mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add minimal support for Array<string>, and fix Tensor<string>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user