31 template class Tensor<double, Eigen::aligned_allocator<double> >;
32 template class Tensor<float, Eigen::aligned_allocator<float> >;
33 template class Tensor<int, Eigen::aligned_allocator<int> >;
34 template class Tensor<long, Eigen::aligned_allocator<long> >;