In order to simplify the use of the delimitters [\left( and \right) around the tabular], I decided to use the package delarray. In that case, it doesn't work anymore:
I did a Google search, and looked also in the documentations of both packages but they don't say they are incompatible. I also tried to modify the order of the declaration of the packages, but without any success. Does anybody have a suggestion, besides not using delarray?
it seems those packages do not work together. Both packages redefine internal commands of the array package, each in a different way. Perhaps delarray could be modified more simply than arydshln because delarray contains about 20 lines of code, arydshln a lot more. Or define a new environment similar to delarray using arydshln with delimiters.