From 81ed9f27ede712d75db0099be9d8f536411409a8 Mon Sep 17 00:00:00 2001 From: "Knepper, Sarah" Date: Fri, 21 Oct 2022 16:20:17 -0700 Subject: [PATCH] [doc] Fix stride_{a,b} descriptions in getrs_batch (LAPACK) --- docs/domains/lapack/getrs_batch.rst | 10 ++++++++-- docs/domains/lapack/getrs_batch_scratchpad_size.rst | 7 +++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/domains/lapack/getrs_batch.rst b/docs/domains/lapack/getrs_batch.rst index 4c23fb04d..7c69bf315 100644 --- a/docs/domains/lapack/getrs_batch.rst +++ b/docs/domains/lapack/getrs_batch.rst @@ -79,7 +79,7 @@ lda Leading dimension of :math:`A_i`. stride_a - Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + Stride between the beginnings of matrices :math:`A_i` inside the batch array ``a``. ipiv ``ipiv`` array, as returned by the Strided API of the :ref:`onemkl_lapack_getrf_batch_buffer` function. @@ -93,6 +93,9 @@ b ldb Leading dimension of :math:`B_i`. +stride_b + Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + batch_size Specifies the number of problems in a batch. @@ -243,7 +246,7 @@ lda Leading dimension of :math:`A_i`. stride_a - Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + Stride between the beginnings of matrices :math:`A_i` inside the batch array ``a``. ipiv ``ipiv`` array, as returned by getrf_batch (USM) function. @@ -257,6 +260,9 @@ b ldb Leading dimensions of :math:`B_i`. +stride_b + Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + batch_size Number of problems in a batch. diff --git a/docs/domains/lapack/getrs_batch_scratchpad_size.rst b/docs/domains/lapack/getrs_batch_scratchpad_size.rst index 491524482..c524a4653 100644 --- a/docs/domains/lapack/getrs_batch_scratchpad_size.rst +++ b/docs/domains/lapack/getrs_batch_scratchpad_size.rst @@ -114,14 +114,17 @@ lda Leading dimension of :math:`A_i`. stride_a - Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + Stride between the beginnings of matrices :math:`A_i` inside the batch array ``a``. stride_ipiv - Stride between the beginnings of arrays ipivi inside the array ``ipiv``. + Stride between the beginnings of arrays :math:`ipiv_i` inside the array ``ipiv``. ldb Leading dimension of :math:`B_i`. +stride_b + Stride between the beginnings of matrices :math:`B_i` inside the batch array ``b``. + batch_size Number of problems in a batch.