41#include <torch/script.h>
42#include <torch/torch.h>
61 Eigen::Matrix<type, Eigen::Dynamic, Eigen::Dynamic> eigenMatrix);
75 torch::Tensor& torchTensor);
Implementation of the assert function for ITHACA-FV.
Eigen::Matrix< type, Eigen::Dynamic, Eigen::Dynamic > torchTensor2eigenMatrix(torch::Tensor &torchTensor)
Convert a torch tensor to an eigen Matrix.
torch::Tensor eigenMatrix2torchTensor(Eigen::Matrix< type, Eigen::Dynamic, Eigen::Dynamic > _eigenMatrix)
Convert an eigen Matrix to a torch tensor.