From fda05259ad2bf98b5115cdaa631c5fb4178131f5 Mon Sep 17 00:00:00 2001 From: Raphael Egan Date: Tue, 31 Oct 2023 14:02:35 -0700 Subject: [PATCH] [DFT] add description for assignment operators in table --- source/elements/oneMKL/source/domains/dft/descriptor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/elements/oneMKL/source/domains/dft/descriptor.rst b/source/elements/oneMKL/source/domains/dft/descriptor.rst index c190d5ca8..586093159 100644 --- a/source/elements/oneMKL/source/domains/dft/descriptor.rst +++ b/source/elements/oneMKL/source/domains/dft/descriptor.rst @@ -123,7 +123,7 @@ The ``descriptor`` class is defined in the ``oneapi::mkl::dft`` namespace. :math:`d`-dimensional DFT of user-defined length(s) :math:`\lbrace n_1, \ldots, n_d\rbrace`. * - :ref:`assignment operators` - - Self-explanatory. + - Performs a deep copy of or moves the argument. * - :ref:`onemkl_dft_descriptor_set_value` - Sets a configuration value for a specific configuration parameter. * - :ref:`onemkl_dft_descriptor_get_value`