Add minimal support for Array<string>, and fix Tensor<string>

This commit is contained in:
Gael Guennebaud
2016-07-25 14:25:56 +02:00
parent 4184a3e544
commit 9908020d36
4 changed files with 54 additions and 5 deletions

View File

@@ -13,11 +13,6 @@
namespace Eigen {
namespace internal {
template<>
struct significant_decimals_impl<std::string>
: significant_decimals_default_impl<std::string, true>
{};
// Print the tensor as a 2d matrix
template <typename Tensor, int Rank>