We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b9e1 commit c10a5f1Copy full SHA for c10a5f1
2 files changed
examples/matrix_sparse_only.ipynb
@@ -165,7 +165,7 @@
165
"id": "c2b1516c",
166
"metadata": {},
167
"source": [
168
- "### 2) Generating plan ustilizing compression of Influence Matrix using Sparse plus low rank"
+ "### 2) Generating plan utilizing compression of Influence Matrix using RMR"
169
]
170
},
171
{
examples/matrix_sparse_only.py
@@ -1,6 +1,6 @@
1
"""
2
3
-This example demonstrates compressed planning based on a sparse-plus-low-rank matrix compression technique:
+This example demonstrates compressed planning based on a RMR matrix compression technique:
4
5
6
import os
0 commit comments