Re: [eigen] Tensor Module: Index mapping support |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Cool, thanks a lot for your effort. Some thoughts: templated constructor conflicts with the copy constructor : Can the SFINAE not be enhanced, such that EIGEN_SFINAE_ENABLE_IF( !(isOfNormalIndex<CustomDimension>::value) && IS_NOT_DERIVED_OF_TENSOR_BASE ) so when ever things enter a constructor which are neither a custom index nor derived from TensorBase this custom index function is enabled. Will that help? Or make things worse? Thanks a lot :-) On 10/14/2015 12:43 AM, Benoit Steiner
wrote:
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |