Commit 97457004 authored by Rok Češnovar's avatar Rok Češnovar
Browse files

doxygen fix

Showing with 0 additions and 2 deletions
+0 -2
......@@ -18,7 +18,6 @@ const char* lower_tri_inverse_step2_kernel_code = STRINGIFY(
* multiplications
* @param A_rows The number of rows for A.
* @param rows The number of rows in a single matrix of the batch
* @param non_padded_rows The number of rows in the non-padded matrix
* @note Code is a <code>const char*</code> held in
* <code>lower_tri_inverse_step2_kernel_code.</code>
* Used in math/gpu/lower_tri_inverse.hpp.
......
......@@ -17,7 +17,6 @@ const char* lower_tri_inverse_step3_kernel_code = STRINGIFY(
* @param[in] temp Temporary matrix with the intermediate results.
* @param A_rows Number of rows for A.
* @param rows The number of rows in a single matrix of the batch
* @param non_padded_rows Number of rows in A not used for padding.
* @note Code is a <code>const char*</code> held in
* <code>lower_tri_inverse_step3_kernel_code.</code>
* Used in math/gpu/lower_tri_inverse.hpp.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment