* installing *source* package 'ravetools' ...
** package 'ravetools' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpuugXMl/R.INSTALL1fefc15b453b2/ravetools/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:205,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Dense:1,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/RcppEigenForward.h:28,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/RcppEigen.h:25,
                 from ../inst/include/ravetools_RcppExports.h:7,
                 from ../inst/include/ravetools.h:7,
                 from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes]
   49 | template<> struct is_arithmetic<__m128>  { enum { value = true }; };
      |                                       ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes]
   51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
  222 | template<> struct unpacket_traits<Packet4f> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
  228 | template<> struct unpacket_traits<Packet2d> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
 1124 | ptranspose(PacketBlock<Packet4f,4>& kernel) {
      |                                  ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
 1129 | ptranspose(PacketBlock<Packet2d,2>& kernel) {
      |                                  ^
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:174:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:165:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 4>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<float> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:271:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 4, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<float> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 4>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<double> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 4, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<double> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<double>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/SparseCore:37,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Sparse:26,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/RcppEigenForward.h:29:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<double, 0, int> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<double, 0, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<double, 0, int>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c baseline.cpp -o baseline.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bucketFill.cpp -o bucketFill.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c collapse-cplx.cpp -o collapse-cplx.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c collapse-real.cpp -o collapse-real.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c columnQuantile.cpp -o columnQuantile.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fastColMeans.cpp -o fastColMeans.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fastQuantile.cpp -o fastQuantile.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fastcov.cpp -o fastcov.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ffts.cpp -o ffts.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fftw-wrapper.cpp -o fftw-wrapper.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c filter.cpp -o filter.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c glMatrix4.cpp -o glMatrix4.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c glQuaternion.cpp -o glQuaternion.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c glVector3.cpp -o glVector3.o
glVector3.cpp: In member function 'rave3d::Vector3& rave3d::Vector3::fromArray(std::vector<double>&, const int&, const int&)':
glVector3.cpp:41:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   41 |     if( n_ * 3 + offset > dlen ) { n_--; }
      |         ~~~~~~~~~~~~~~~~^~~~~~
glVector3.cpp:46:37: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   46 |   if( offset < 0 || n_ * 3 + offset > dlen ) {
      |                     ~~~~~~~~~~~~~~~~^~~~~~
glVector3.cpp: In member function 'SEXPREC* rave3d::Vector3::toArray(const int&, const int&)':
glVector3.cpp:100:21: warning: comparison of integer expressions of different signedness: 'const int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  100 |   } else if ( nSkip >= nElements ) {
      |               ~~~~~~^~~~~~~~~~~~
glVector3.cpp:119:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  119 |   for(size_t ii = 0; ii < retSize * 3; ii++, pinp++, pout++) {
      |                      ~~~^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rawToSEXP.cpp -o rawToSEXP.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c shiftarray.cpp -o shiftarray.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c threads.cpp -o threads.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -Ivcglib -I../inst/include   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c vcgCommon.cpp -o vcgCommon.o
In file included from vcglib/vcg/complex/algorithms/update/color.h:34,
                 from vcgCommon.h:28,
                 from vcgCommon.cpp:2:
vcglib/vcg/complex/algorithms/clean.h:2023: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
 2023 | #pragma omp parallel for schedule(dynamic, 10)
      | 
In file included from vcgCommon.h:37:
vcglib/vcg/complex/algorithms/create/resampler.h:250: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  250 | #pragma omp parallel for schedule(dynamic, 10)
      | 
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:205,
                 from vcglib/vcg/math/matrix44.h:34,
                 from vcglib/vcg/space/box3.h:27,
                 from vcglib/vcg/complex/used_types.h:26,
                 from vcglib/vcg/complex/complex.h:46,
                 from vcgCommon.h:15:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes]
   49 | template<> struct is_arithmetic<__m128>  { enum { value = true }; };
      |                                       ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes]
   51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
  222 | template<> struct unpacket_traits<Packet4f> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
  228 | template<> struct unpacket_traits<Packet2d> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
 1124 | ptranspose(PacketBlock<Packet4f,4>& kernel) {
      |                                  ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
 1129 | ptranspose(PacketBlock<Packet2d,2>& kernel) {
      |                                  ^
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:174:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:165:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 16>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 4, 4>'
vcglib/vcg/math/matrix44.h:639:14:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:271:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 4>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 4>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 4>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 4, 4>'
vcglib/vcg/math/matrix44.h:639:14:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 9>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, 3>'
vcglib/vcg/math/matrix33.h:506:9:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 3>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 3>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 3>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, 3>'
vcglib/vcg/math/matrix33.h:506:9:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 4>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<float> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 4, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<float> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 4>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<double> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 4, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<double> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<double>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 3>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, 1>'
vcglib/vcg/space/point_matching.h:65:15:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, 1>'
vcglib/vcg/space/point_matching.h:65:15:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Transpose<Eigen::Matrix<double, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Transpose<Eigen::Matrix<double, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37:   required from 'class Eigen::TransposeImpl<Eigen::Matrix<double, 3, 1>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<Eigen::Matrix<double, 3, 1> >'
vcglib/vcg/space/point_matching.h:65:26:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0, 4>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<double, 3, 1>, Eigen::Transpose<Eigen::Matrix<double, 3, 1> >, 0>'
vcglib/vcg/space/point_matching.h:65:26:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double, double>, const Eigen::Matrix<double, 3, 3>, const Eigen::Matrix<double, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double, double>, const Eigen::Matrix<double, 3, 3>, const Eigen::Matrix<double, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double, double>, const Eigen::Matrix<double, 3, 3>, const Eigen::Matrix<double, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_sum_op<double, double>, const Eigen::Matrix<double, 3, 3>, const Eigen::Matrix<double, 3, 3>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<double, double>, const Eigen::Matrix<double, 3, 3>, const Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/point_matching.h:112:15:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, 0>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 4, 4> >'
vcglib/vcg/space/point_matching.h:120:29:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, -1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, -1>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<double, 4, 4>, -1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 4, 4> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 4, 4> >'
vcglib/vcg/space/point_matching.h:120:29:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<double>, const Eigen::Matrix<double, 4, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<double>, const Eigen::Matrix<double, 4, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<double>, const Eigen::Matrix<double, 4, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7:   required from 'class Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_abs_op<double>, const Eigen::Matrix<double, 4, 1>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7:   required from 'class Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<double>, const Eigen::Matrix<double, 4, 1> >'
vcglib/vcg/space/point_matching.h:125:18:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:329:7:   required from 'class Eigen::internal::BlockImpl_dense<Eigen::Matrix<double, 4, 4>, 4, 1, true, true>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:154:7:   required from 'class Eigen::BlockImpl<Eigen::Matrix<double, 4, 4>, 4, 1, true, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:103:81:   required from 'class Eigen::Block<Eigen::Matrix<double, 4, 4>, 4, 1, true>'
vcglib/vcg/space/point_matching.h:127:34:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, -1>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 3, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, -1>'
vcglib/vcg/space/point_matching.h:185:4:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, -1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, -1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 3, -1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 3, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 3, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 3, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 3, -1>'
vcglib/vcg/space/point_matching.h:185:4:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 3>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 3>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 3>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, -1, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, -1, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, -1, 3>'
vcglib/vcg/space/point_matching.h:194:4:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Transpose<const Eigen::Matrix<double, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Transpose<const Eigen::Matrix<double, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37:   required from 'class Eigen::TransposeImpl<const Eigen::Matrix<double, 3, 3>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/point_matching.h:203:52:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Transpose<const Eigen::Matrix<double, 3, 3> >, 0>'
vcglib/vcg/space/point_matching.h:203:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 3>, 0>'
vcglib/vcg/space/point_matching.h:205:67:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<double, 3, 3>, Eigen::Matrix<double, 3, 1>, 0>'
vcglib/vcg/space/point_matching.h:206:33:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, 0>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/polygon3.h:310:31:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/polygon3.h:310:31:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 2>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<double, 3, 3>, -1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/polygon3.h:310:31:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 2, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 2, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 2, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 2, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 2, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 2, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 2, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:100:128:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<double, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<double, 3, 3> >'
vcglib/vcg/space/polygon3.h:310:31:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, -1>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, -1, -1>'
vcglib/vcg/complex/allocate.h:280:48:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, -1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, -1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, -1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, -1, -1>'
vcglib/vcg/complex/allocate.h:280:48:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 2>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 2>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 2>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 2, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 2, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 2, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 2, 2>'
vcglib/vcg/complex/algorithms/update/curvature.h:231:17:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Transpose<Eigen::Matrix<float, 2, 2> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Transpose<Eigen::Matrix<float, 2, 2> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37:   required from 'class Eigen::TransposeImpl<Eigen::Matrix<float, 2, 2>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<Eigen::Matrix<float, 2, 2> >'
vcglib/vcg/complex/algorithms/update/curvature.h:240:48:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Transpose<Eigen::Matrix<float, 2, 2> >, Eigen::Matrix<float, 2, 2>, 0>'
vcglib/vcg/complex/algorithms/update/curvature.h:240:59:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
In file included from vcglib/vcg/complex/algorithms/create/resampler.h:32:
vcglib/vcg/space/index/kdtree/kdtree_face.h:117:6: warning: extra ';' [-Wpedantic]
  117 |     };
      |      ^
      |      -
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/SparseCore:37,
                 from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Sparse:26,
                 from vcglib/vcg/complex/algorithms/implicit_smooth.h:26,
                 from vcgCommon.h:43:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<double> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<double> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<double>'
vcglib/vcg/complex/algorithms/harmonic.h:61:43:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, -1, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, -1, 1>'
vcglib/vcg/complex/algorithms/harmonic.h:131:10:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<float, 0, int> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 0, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<float, 0, int>'
vcglib/vcg/complex/algorithms/implicit_smooth.h:255:41:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::SparseMatrix<float, 0, int>, 2> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:145:7:   required from 'class Eigen::ProductImpl<Eigen::SparseMatrix<float, 0, int>, Eigen::SparseMatrix<float, 0, int>, 2, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::SparseMatrix<float, 0, int>, 2>'
vcglib/vcg/complex/algorithms/implicit_smooth.h:324:49:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> > >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int>, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:48:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28:   required from 'struct Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59:   required from 'struct Eigen::EigenBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:26:34:   required from 'class Eigen::SparseMatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int>, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int>, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > > >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> >, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:52:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, -1, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, -1, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:264:16:   required from 'class Eigen::SimplicialCholeskyBase<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:511:11:   required from 'class Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0, 8>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:27:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:86:7:   required from 'class Eigen::SolveImpl<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:62:7:   required from 'class Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:25:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::SparseMatrix<float, 0, int>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80:   required from 'struct Eigen::internal::evaluator<Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8:   required from 'struct Eigen::internal::evaluator<Eigen::SparseMatrix<float, 0, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8:   required from 'struct Eigen::internal::evaluator<const Eigen::SparseMatrix<float, 0, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51:   required from 'struct Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8:   required from 'struct Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8:   required from 'struct Eigen::internal::evaluator<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51:   required from 'struct Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8:   required from 'struct Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:687:97:   required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<float, 0, long long int> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 0, long long int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<float, 0, long long int>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1194:15:   required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15:   required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::SparseMatrix<float, 0, long long int>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80:   required from 'struct Eigen::internal::evaluator<Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 0, long long int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8:   required from 'struct Eigen::internal::evaluator<Eigen::SparseMatrix<float, 0, long long int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1195:19:   required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15:   required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::SparseMatrix<float, 0, int>, const Eigen::SparseMatrix<float, 0, int> >, const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, -1, -1> >, const Eigen::SparseMatrix<float, 0, int> > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 9>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 3, 3>'
vcglib/vcg/space/fitting3.h:67:24:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 3>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 3>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 3>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 3, 3>'
vcglib/vcg/space/fitting3.h:67:24:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:67:59:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 3>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 2>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81:   required from 'class Eigen::DenseBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53:   required from 'class Eigen::Diagonal<const Eigen::Matrix<float, 3, 3>, -1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 2, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 2, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 2, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:100:128:   required from 'class Eigen::Tridiagonalization<Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 3, 1>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 3, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:382:20:   required from 'class Eigen::SelfAdjointEigenSolver<Eigen::Matrix<float, 3, 3> >'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7:   required from 'class Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 1>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7:   required from 'class Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 1> >'
vcglib/vcg/space/fitting3.h:74:23:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<float, 1, int> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 1, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<float, 1, int>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1040:66:   required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator<Eigen::Triplet<float, int>*, std::vector<Eigen::Triplet<float, int>, std::allocator<Eigen::Triplet<float, int> > > >; SparseMatrixType = Eigen::SparseMatrix<float, 0, int>; DupFunctor = scalar_sum_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92:   required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator<Eigen::Triplet<float, int>*, std::vector<Eigen::Triplet<float, int>, std::allocator<Eigen::Triplet<float, int> > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26:   required from 'static void vcg::ImplicitSmoother<MeshType>::InitSparse(const std::vector<std::pair<int, int> >&, const std::vector<typename StatMeshType::ScalarType>&, int, int, Eigen::SparseMatrix<typename MeshType::ScalarType>&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
vcglib/vcg/space/index/kdtree/kdtree_face.h: In instantiation of 'int vcg::KdTreeFace<MeshType>::CreateTree(unsigned int, unsigned int) [with MeshType = ravetools::MyMesh]':
vcglib/vcg/space/index/kdtree/kdtree_face.h:116:18:   required from 'void vcg::KdTreeFace<MeshType>::Set(const ObjIter&, const ObjIter&, int, bool) [with ObjIter = __gnu_cxx::__normal_iterator<ravetools::MyFace*, std::vector<ravetools::MyFace, std::allocator<ravetools::MyFace> > >; MeshType = ravetools::MyMesh]'
vcglib/vcg/complex/algorithms/create/resampler.h:340:13:   required from 'void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::BuildMesh(OldMeshType&, NewMeshType&, EXTRACTOR_TYPE&, bool (*)(int, const char*)) [with EXTRACTOR_TYPE = vcg::tri::MarchingCubes<ravetools::MyMesh, vcg::tri::Resampler<ravetools::MyMesh, ravetools::MyMesh>::Walker>; OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/create/resampler.h:631:21:   required from 'static void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Resample(OldMeshType&, NewMeshType&, NewBoxType, vcg::Point3<int>, float, float, bool, bool, bool, bool (*)(int, const char*)) [with OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>; NewBoxType = vcg::Box3<float>; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:295:74:   required from here
vcglib/vcg/space/index/kdtree/kdtree_face.h:270:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ravetools::MyFace*, std::allocator<ravetools::MyFace*> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  270 |       for (int i = 0; i < parent.list.size(); i++)
      |                       ~~^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Transpose<Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Transpose<Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37:   required from 'class Eigen::TransposeImpl<Eigen::Matrix<float, 3, 1>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<Eigen::Matrix<float, 3, 1> >'
vcglib/vcg/space/fitting3.h:55:22:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0, 4>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>'
vcglib/vcg/space/fitting3.h:55:10:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::SparseMatrix<float, 1, int>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80:   required from 'struct Eigen::internal::evaluator<Eigen::SparseCompressedBase<Eigen::SparseMatrix<float, 1, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8:   required from 'struct Eigen::internal::evaluator<Eigen::SparseMatrix<float, 1, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1181:93:   required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase<OtherDerived>&) [with OtherDerived = Eigen::SparseMatrix<float, 1, int>; _Scalar = float; int _Options = 0; _StorageIndex = int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1063:7:   required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator<Eigen::Triplet<float, int>*, std::vector<Eigen::Triplet<float, int>, std::allocator<Eigen::Triplet<float, int> > > >; SparseMatrixType = Eigen::SparseMatrix<float, 0, int>; DupFunctor = scalar_sum_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92:   required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator<Eigen::Triplet<float, int>*, std::vector<Eigen::Triplet<float, int>, std::allocator<Eigen::Triplet<float, int> > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26:   required from 'static void vcg::ImplicitSmoother<MeshType>::InitSparse(const std::vector<std::pair<int, int> >&, const std::vector<typename StatMeshType::ScalarType>&, int, int, Eigen::SparseMatrix<typename MeshType::ScalarType>&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7:   required from 'class Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 3>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7:   required from 'class Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op<float>, const Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:34:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
vcglib/vcg/space/index/kdtree/kdtree_face.h: In instantiation of 'vcg::KdTreeFace<MeshType>::FacePointer vcg::KdTreeFace<MeshType>::GetClosest(ObjPointDistFunction&, ObjectMarker&, const VectorType&, Scalar, Scalar&, VectorType&) [with ObjPointDistFunction = vcg::face::PointDistanceBaseFunctor<float>; ObjectMarker = vcg::tri::EmptyTMark<ravetools::MyMesh>; MeshType = ravetools::MyMesh; FacePointer = ravetools::MyFace*; VectorType = vcg::Point3<float>; Scalar = float]':
vcglib/vcg/complex/algorithms/create/resampler.h:174:37:   required from 'vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::field_value vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::DistanceFromMesh(vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::OldCoordType&) [with OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>; field_value = std::pair<bool, float>; vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::OldCoordType = vcg::Point3<float>]'
vcglib/vcg/complex/algorithms/create/resampler.h:258:38:   required from 'void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::ComputeSliceValues(int, std::vector<std::pair<bool, float> >&) [with OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>]'
vcglib/vcg/complex/algorithms/create/resampler.h:408:7:   required from 'void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::Begin() [with OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>]'
vcglib/vcg/complex/algorithms/create/resampler.h:345:7:   required from 'void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Walker::BuildMesh(OldMeshType&, NewMeshType&, EXTRACTOR_TYPE&, bool (*)(int, const char*)) [with EXTRACTOR_TYPE = vcg::tri::MarchingCubes<ravetools::MyMesh, vcg::tri::Resampler<ravetools::MyMesh, ravetools::MyMesh>::Walker>; OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/create/resampler.h:631:21:   required from 'static void vcg::tri::Resampler<OldMeshType, NewMeshType, DISTFUNCTOR>::Resample(OldMeshType&, NewMeshType&, NewBoxType, vcg::Point3<int>, float, float, bool, bool, bool, bool (*)(int, const char*)) [with OldMeshType = ravetools::MyMesh; NewMeshType = ravetools::MyMesh; DISTFUNCTOR = vcg::face::PointDistanceBaseFunctor<float>; NewBoxType = vcg::Box3<float>; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:295:74:   required from here
vcglib/vcg/space/index/kdtree/kdtree_face.h:153:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ravetools::MyFace*, std::allocator<ravetools::MyFace*> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  153 |             for (int i = 0; i < node.list.size(); i++)
      |                             ~~^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28:   required from 'struct Eigen::internal::traits<Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> >, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> >, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_quotient_op<float, float>, const Eigen::Matrix<float, 3, 3>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, const Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:398:143:   required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::operator/=(const typename Eigen::internal::traits<T>::Scalar&) [with _MatrixType = Eigen::Matrix<float, 3, 3>; unsigned int _Mode = 1; TriangularViewType = Eigen::TriangularView<Eigen::Matrix<float, 3, 3>, 1>; typename Eigen::internal::traits<T>::Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, 3, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67:   required from 'Derived& Eigen::DenseBase<Derived>::operator*=(const Scalar&) [with Derived = Eigen::Matrix<float, 3, 1>; Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:463:14:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> > >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9:   required from 'class Eigen::internal::SparseTransposeImpl<const Eigen::SparseMatrix<float, 0, int>, 1024>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37:   required from 'class Eigen::TransposeImpl<const Eigen::SparseMatrix<float, 0, int>, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:30:18:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:671:15:   required from 'void Eigen::SimplicialCholeskyBase<Derived>::ordering(const MatrixType&, const CholMatrixType*&, CholMatrixType&) [with Derived = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; MatrixType = Eigen::SparseMatrix<float, 0, int>; ConstCholMatrixPtr = const Eigen::SparseMatrix<float, 0, int>*; CholMatrixType = Eigen::SparseMatrix<float, 0, int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:208:7:   required from 'void Eigen::SimplicialCholeskyBase<Derived>::compute(const MatrixType&) [with bool DoLDLT = true; Derived = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; MatrixType = Eigen::SparseMatrix<float, 0, int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:564:37:   required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>& Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::compute(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>; MatrixType = Eigen::SparseMatrix<float, 0, int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:531:7:   required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::SimplicialCholesky(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>; MatrixType = Eigen::SparseMatrix<float, 0, int>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2, 8>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:606:26:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::TriangularView<const Eigen::SparseMatrix<float, 0, int>, 5> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56:   required from 'class Eigen::TriangularViewImpl<const Eigen::SparseMatrix<float, 0, int>, 5, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58:   required from 'class Eigen::TriangularView<const Eigen::SparseMatrix<float, 0, int>, 5>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:613:27:   required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase<OtherDerived>&, Eigen::MatrixBase<OtherDerived>&) const [with Rhs = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Dest = Eigen::Matrix<float, -1, -1>; _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:147:26:   required from 'static void Eigen::internal::Assignment<DstXprType, Eigen::Solve<DecType, RhsType>, Eigen::internal::assign_op<Scalar, Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op<Scalar, Scalar>&) [with DstXprType = Eigen::Matrix<float, -1, -1>; DecType = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; RhsType = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Scalar = float; SrcXprType = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<float, -1, -1>; Src = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Func = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::TriangularView<const Eigen::SparseMatrix<float, 0, int>, 1> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56:   required from 'class Eigen::TriangularViewImpl<const Eigen::SparseMatrix<float, 0, int>, 1, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58:   required from 'class Eigen::TriangularView<const Eigen::SparseMatrix<float, 0, int>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:615:26:   required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase<OtherDerived>&, Eigen::MatrixBase<OtherDerived>&) const [with Rhs = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Dest = Eigen::Matrix<float, -1, -1>; _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:147:26:   required from 'static void Eigen::internal::Assignment<DstXprType, Eigen::Solve<DecType, RhsType>, Eigen::internal::assign_op<Scalar, Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op<Scalar, Scalar>&) [with DstXprType = Eigen::Matrix<float, -1, -1>; DecType = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; RhsType = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Scalar = float; SrcXprType = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<float, -1, -1>; Src = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Func = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7:   required from 'class Eigen::CwiseUnaryOpImpl<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7:   required from 'class Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47:   required from 'struct Eigen::internal::traits<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59:   [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1, 8>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::DiagonalWrapper<const Eigen::CwiseUnaryOp<Eigen::internal::scalar_inverse_op<float>, const Eigen::Matrix<float, -1, 1> > >, Eigen::Matrix<float, -1, -1>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:619:59:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::TriangularView<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 6> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56:   required from 'class Eigen::TriangularViewImpl<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 6, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58:   required from 'class Eigen::TriangularView<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 6>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:624:27:   required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase<OtherDerived>&, Eigen::MatrixBase<OtherDerived>&) const [with Rhs = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Dest = Eigen::Matrix<float, -1, -1>; _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:147:26:   required from 'static void Eigen::internal::Assignment<DstXprType, Eigen::Solve<DecType, RhsType>, Eigen::internal::assign_op<Scalar, Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op<Scalar, Scalar>&) [with DstXprType = Eigen::Matrix<float, -1, -1>; DecType = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; RhsType = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Scalar = float; SrcXprType = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<float, -1, -1>; Src = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Func = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::TriangularView<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 2> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56:   required from 'class Eigen::TriangularViewImpl<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 2, Eigen::Sparse>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58:   required from 'class Eigen::TriangularView<const Eigen::Transpose<const Eigen::SparseMatrix<float, 0, int> >, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:626:26:   required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase<OtherDerived>&, Eigen::MatrixBase<OtherDerived>&) const [with Rhs = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Dest = Eigen::Matrix<float, -1, -1>; _MatrixType = Eigen::SparseMatrix<float, 0, int>; int _UpLo = 1; _Ordering = Eigen::AMDOrdering<int>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Solve.h:147:26:   required from 'static void Eigen::internal::Assignment<DstXprType, Eigen::Solve<DecType, RhsType>, Eigen::internal::assign_op<Scalar, Scalar>, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op<Scalar, Scalar>&) [with DstXprType = Eigen::Matrix<float, -1, -1>; DecType = Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >; RhsType = Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0>; Scalar = float; SrcXprType = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<float, -1, -1>; Src = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Func = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2, 8>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::PermutationMatrix<-1, -1, int>, Eigen::Matrix<float, -1, -1>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:630:29:   [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op<float>, Eigen::Matrix<float, 3, 3> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op<float>, Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op<float>, Eigen::Matrix<float, 3, 3> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_identity_op<float>, Eigen::Matrix<float, 3, 3> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:846:33:   required from 'static Derived& Eigen::internal::setIdentity_impl<Derived, Big>::run(Derived&) [with Derived = Eigen::Matrix<float, 3, 3>; bool Big = false]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:875:50:   required from 'Derived& Eigen::MatrixBase<Derived>::setIdentity() [with Derived = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:483:24:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
In file included from D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/Core:277:
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5:   required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase<Derived>&, Eigen::DenseBase<Derived>&, const Eigen::JacobiRotation<OtherScalar>&) [with VectorX = Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block<Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40:   required from 'void Eigen::MatrixBase<Derived>::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation<OtherScalar>&) [with OtherScalar = float; Derived = Eigen::Map<Eigen::Matrix<float, -1, -1>, 0, Eigen::Stride<0, 0> >; Eigen::Index = long long int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24:   required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = float; Scalar = float; Index = long long int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87:   required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix<float, 3, 3>; DiagType = Eigen::Matrix<float, 3, 1>; SubDiagType = Eigen::Matrix<float, 2, 1>; Eigen::Index = long long int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
 1071 |     PacketAlignment = unpacket_traits<PacketScalar>::alignment,
      |                                                      ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51:   required from 'class Eigen::internal::visitor_evaluator<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17:   required from 'void Eigen::DenseBase<Derived>::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor<Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>, 0>; Derived = Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14:   required from 'typename Eigen::internal::traits<T>::Scalar Eigen::DenseBase<Derived>::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long long int; Derived = Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>; typename Eigen::internal::traits<T>::Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37:   required from 'typename Eigen::internal::traits<T>::Scalar Eigen::DenseBase<Derived>::minCoeff(IndexType*) const [with IndexType = long long int; Derived = Eigen::Block<Eigen::Matrix<float, 3, 1>, -1, 1, false>; typename Eigen::internal::traits<T>::Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35:   required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix<float, 3, 3>; DiagType = Eigen::Matrix<float, 3, 1>; SubDiagType = Eigen::Matrix<float, 2, 1>; Eigen::Index = long long int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20:   required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; SrcXprType = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Functor = swap_assign_op<float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31:   required from 'static void Eigen::internal::Assignment<DstXprType, SrcXprType, Functor, Eigen::internal::Dense2Dense, Weak>::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; SrcXprType = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Functor = Eigen::internal::swap_assign_op<float>; Weak = void]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Src = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Func = swap_assign_op<float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27:   required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type) [with Dst = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Src = Eigen::Block<Eigen::Matrix<float, 3, 3>, 3, 1, true>; Func = swap_assign_op<float>; typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type = void*; typename evaluator_traits<SrcXprType>::Shape = Eigen::DenseShape]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49:   required from 'Eigen::SelfAdjointEigenSolver<MatrixType>& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14:   required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase<OtherDerived>&, int) [with InputType = Eigen::Matrix<float, 3, 3>; _MatrixType = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:71:56:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:120:7:   required from 'class Eigen::internal::dense_product_base<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 4>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:152:7:   required from 'class Eigen::ProductImpl<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Product.h:71:7:   required from 'class Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50:   [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>, 1>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>, 3>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34:   [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:329:7:   required from 'class Eigen::internal::BlockImpl_dense<const Eigen::Matrix<float, -1, -1>, 1, -1, false, true>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:154:7:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, -1, -1> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, -1, -1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, -1, -1> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7:   required from 'class Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<float>, Eigen::Matrix<float, -1, -1> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30:   required from 'Derived& Eigen::DenseBase<Derived>::setConstant(const Scalar&) [with Derived = Eigen::Matrix<float, -1, -1>; Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10:   required from 'Derived& Eigen::DenseBase<Derived>::setZero() [with Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:16:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20:   required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; SrcXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Functor = swap_assign_op<float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31:   required from 'static void Eigen::internal::Assignment<DstXprType, SrcXprType, Functor, Eigen::internal::Dense2Dense, Weak>::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; SrcXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Functor = Eigen::internal::swap_assign_op<float>; Weak = void]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Src = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Func = swap_assign_op<float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27:   required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type) [with Dst = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Src = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Func = swap_assign_op<float>; typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type = void*; typename evaluator_traits<SrcXprType>::Shape = Eigen::DenseShape]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22:   required from 'void Eigen::DenseBase<Derived>::swap(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Derived = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18:   [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
 1071 |     PacketAlignment = unpacket_traits<PacketScalar>::alignment,
      |                                                      ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:329:7:   required from 'class Eigen::internal::BlockImpl_dense<const Eigen::Matrix<float, 3, 1>, 1, 1, false, true>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:154:7:   [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 1>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81:   required from 'class Eigen::DenseBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:329:7:   required from 'class Eigen::internal::BlockImpl_dense<const Eigen::Matrix<float, 3, 1>, 1, 1, false, true>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:154:7:   required from 'class Eigen::BlockImpl<const Eigen::Matrix<float, 3, 1>, 1, 1, false, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:103:81:   [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37:   required from 'class Eigen::TransposeImpl<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37:   required from 'class Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false>, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false>, 2>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34:   required from 'class Eigen::MapBase<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false>, 0>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:329:7:   required from 'class Eigen::internal::BlockImpl_dense<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false, true>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Block.h:154:7:   [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >, 0>':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7:   required from 'class Eigen::CwiseBinaryOpImpl<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false>, Eigen::Dense>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7:   required from 'class Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52:   required from 'const Eigen::internal::product_evaluator<Eigen::Product<Lhs, Rhs, 1>, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator<Eigen::Product<Lhs, Rhs, 1>, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix<float, 3, 1>; Rhs = Eigen::Transpose<Eigen::Matrix<float, 3, 1> >; int ProductTag = 4; typename Eigen::internal::traits<typename Eigen::Product<Lhs, Rhs, 1>::Rhs>::Scalar = float; typename Eigen::Product<Lhs, Rhs, 1>::Rhs = Eigen::Transpose<Eigen::Matrix<float, 3, 1> >; typename Eigen::internal::traits<typename Eigen::Product<Lhs, Rhs, 1>::Lhs>::Scalar = float; typename Eigen::Product<Lhs, Rhs, 1>::Lhs = Eigen::Matrix<float, 3, 1>; CoeffReturnType = float; Eigen::Index = long long int]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63:   [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20:   required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; SrcXprType = Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>; Functor = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31:   required from 'static void Eigen::internal::Assignment<DstXprType, SrcXprType, Functor, Eigen::internal::Dense2Dense, Weak>::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; SrcXprType = Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>; Functor = Eigen::internal::assign_op<float, float>; Weak = void]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49:   required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Src = Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>; Func = assign_op<float, float>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27:   required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type) [with Dst = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Src = Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>; Func = assign_op<float, float>; typename enable_if<(! evaluator_assume_aliasing<Src>::value), void*>::type = void*; typename evaluator_traits<SrcXprType>::Shape = Eigen::DenseShape]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18:   required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block<Eigen::Matrix<float, -1, -1>, 1, -1, false>; Src = Eigen::Block<const Eigen::Matrix<float, -1, -1>, 1, -1, false>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Assign.h:66:28:   [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41:   required from 'Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25:   required from 'void Eigen::PlainObjectBase<Derived>::_init1(const Eigen::DenseBase<ElseDerived>&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; OtherDerived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; Derived = Eigen::Matrix<float, -1, -1>]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31:   required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48:   required from 'Eigen::DenseBase<Derived>::EvalReturnType Eigen::DenseBase<Derived>::eval() const [with Derived = Eigen::Solve<Eigen::SimplicialCholesky<Eigen::SparseMatrix<float, 0, int>, 1, Eigen::AMDOrdering<int> >, Eigen::Product<Eigen::SparseMatrix<float, 0, int>, Eigen::Matrix<float, -1, -1>, 0> >; EvalReturnType = const Eigen::Matrix<float, -1, -1>]'
vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35:   required from 'static void vcg::ImplicitSmoother<MeshType>::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]'
vcgCommon.cpp:116:54:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
 1071 |     PacketAlignment = unpacket_traits<PacketScalar>::alignment,
      |                                                      ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8:   required from 'struct Eigen::internal::evaluator<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41:   required from 'struct Eigen::internal::unary_evaluator<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, Eigen::internal::IndexBased, float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8:   required from 'struct Eigen::internal::evaluator<Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8:   required from 'struct Eigen::internal::evaluator<const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41:   required from 'struct Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8:   [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator<Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >':
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8:   required from 'struct Eigen::internal::evaluator<const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78:   required from 'struct Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8:   required from 'struct Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Redux.h:357:7:   required from 'class Eigen::internal::redux_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> > >'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Redux.h:414:17:   required from 'typename Eigen::internal::traits<T>::Scalar Eigen::DenseBase<Derived>::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op<float, float>; Derived = Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<float, float>, const Eigen::Transpose<const Eigen::Block<const Eigen::Matrix<float, 3, 1>, 1, 1, false> >, const Eigen::Block<const Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 1, 1, false> >; typename Eigen::internal::traits<T>::Scalar = float]'
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/Redux.h:463:25:   [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18:   required from 'Derived& Eigen::MatrixBase<Derived>::operator+=(const Eigen::MatrixBase<OtherDerived>&) [with OtherDerived = Eigen::Product<Eigen::Matrix<float, 3, 1>, Eigen::Transpose<Eigen::Matrix<float, 3, 1> >, 0>; Derived = Eigen::Matrix<float, 3, 3>]'
vcglib/vcg/space/fitting3.h:55:6:   required from 'void vcg::ComputeCovarianceMatrix(const std::vector<Point3<P3ScalarType> >&, Point3<P3ScalarType>&, Eigen::Matrix<Type, 3, 3>&) [with S = float]'
vcglib/vcg/space/fitting3.h:69:26:   required from 'void vcg::FitPlaneToPointSet(const std::vector<Point3<P3ScalarType> >&, Plane3<T, true>&) [with S = float]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree<typename SmoothMeshType::ScalarType>&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]'
vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28:   required from 'static void vcg::tri::PointCloudNormal<MeshType>::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]'
vcgCommon.cpp:370:63:   required from here
D:/RCompile/CRANpkg/lib/4.3/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
In file included from vcgCommon.h:38:
vcglib/vcg/complex/algorithms/create/mc_trivial_walker.h: In member function 'void vcg::tri::TrivialWalker<MeshType, VolumeType>::GetZIntercept(const vcg::Point3i&, const vcg::Point3i&, VertexPointer&) [with MeshType = ravetools::MyMesh; VolumeType = ravetools::MySimpleVolume<ravetools::MySimpleVoxel>]':
vcglib/vcg/complex/algorithms/create/mc_trivial_walker.h:315:25: warning: 'pos' may be used uninitialized [-Wmaybe-uninitialized]
  315 |         v = &_mesh->vert[pos];
      |              ~~~~~~~~~~~^
vcglib/vcg/complex/algorithms/create/mc_trivial_walker.h:290:21: note: 'pos' was declared here
  290 |         VertexIndex pos;
      |                     ^~~
g++ -std=gnu++17 -shared -s -static-libgcc -o ravetools.dll tmp.def RcppExports.o baseline.o bucketFill.o collapse-cplx.o collapse-real.o columnQuantile.o fastColMeans.o fastQuantile.o fastcov.o ffts.o fftw-wrapper.o filter.o glMatrix4.o glQuaternion.o glVector3.o rawToSEXP.o shiftarray.o threads.o utils.o vcgCommon.o -lfftw3 -lm -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpuugXMl/R.INSTALL1fefc15b453b2/ravetools/src'
make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpuugXMl/R.INSTALL1fefc15b453b2/ravetools/src'
make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpuugXMl/R.INSTALL1fefc15b453b2/ravetools/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-ravetools/00new/ravetools/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ravetools' as ravetools_0.1.9.zip
* DONE (ravetools)