Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 2, 2024
1 parent 3f06c25 commit 5094eb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.15.1-dev55');
document.write('Version 1.15.1-dev56');
};

function writeFooter() {
document.write('Generated on Mon Jul 1 2024 09:45:29 for CMSIS-DSP 1.15.1-dev55+gd7bff44. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Jul 2 2024 12:03:10 for CMSIS-DSP 1.15.1-dev56+gf733b5a. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
9 changes: 6 additions & 3 deletions main/group__MatrixChol.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga60db50db356274176d56fa8
<li><a class="el" href="group__genericTypes.html#gga5e459c6409dfcd2927bb8a57491d7cf6af176673ca62a9fc570f0366808903a31">ARM_MATH_DECOMPOSITION_FAILURE</a> : Input matrix cannot be decomposed </li>
</ul>
</dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix U such that A = L L^t </dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix U such that A = L L^t</dd></dl>
<dl class="section user"><dt></dt><dd>The destination matrix should be set to 0 before calling the functions because the function may not overwrite all output elements. </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -246,7 +247,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga88790ae0583afdbef5142dd
<li><a class="el" href="group__genericTypes.html#gga5e459c6409dfcd2927bb8a57491d7cf6af176673ca62a9fc570f0366808903a31">ARM_MATH_DECOMPOSITION_FAILURE</a> : Input matrix cannot be decomposed </li>
</ul>
</dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix L such that A = L L^t </dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix L such that A = L L^t</dd></dl>
<dl class="section user"><dt></dt><dd>The destination matrix should be set to 0 before calling the functions because the function may not overwrite all output elements. </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -293,7 +295,8 @@ <h2 class="memtitle"><span class="permalink"><a href="#gaca40ff53d34a13d53687552
<li><a class="el" href="group__genericTypes.html#gga5e459c6409dfcd2927bb8a57491d7cf6af176673ca62a9fc570f0366808903a31">ARM_MATH_DECOMPOSITION_FAILURE</a> : Input matrix cannot be decomposed </li>
</ul>
</dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix L such that A = L L^t </dd></dl>
<dl class="section user"><dt></dt><dd>If the matrix is ill conditioned or only semi-definite, then it is better using the LDL^t decomposition. The decomposition of A is returning a lower triangular matrix L such that A = L L^t</dd></dl>
<dl class="section user"><dt></dt><dd>The destination matrix should be set to 0 before calling the functions because the function may not overwrite all output elements. </dd></dl>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "1.15.1-dev55",
"main": "1.15.1-dev56",
"latest": "1.15.0",
"v1.14.4": "1.14.4",
"v1.14.3": "1.14.3",
Expand Down

0 comments on commit 5094eb2

Please sign in to comment.