Commit 153ff186 authored by Stan Jenkins's avatar Stan Jenkins
Browse files

[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final)

Showing with 6 additions and 6 deletions
+6 -6
......@@ -15,12 +15,12 @@ const char* negative_rectangular_lower_triangular_multiply_kernel_code
* Calculates C = -B * A where B is rectangular and A is a lower
* triangular.
* The full inverse requires calculation of the lower left rectangular
* matrix within the lower left triangular C3 = -C2*A3*C1. where C2 is the
* inverse of the bottom right lower triangular, C1 is the inverse of the
* upper left lower and A3 is the original lower triangulars lower left
* rectangular. This kernel performs multiplications on submatrices in
* the input matrix A in parallel and includes optimizations
* to account for the lower triangular input matrix A.
* matrix within the lower left triangular C3 = -C2*A3*C1. where C2 is
* the inverse of the bottom right lower triangular, C1 is the inverse
* of the upper left lower and A3 is the original lower triangulars
* lower left rectangular. This kernel performs multiplications on
* submatrices in the input matrix A in parallel and includes
* optimizations to account for the lower triangular input matrix A.
*
*
* @param[in, out] A Input matrix that is being inverted.
......
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