You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helper demonstrate how to apply ``recover_polynomial``.
139
+
This helper demonstrates how to apply ``recover_polynomial``.
132
140
The data structure for storing cells is implementation-dependent.
133
141
"""
134
142
extended_matrix = []
@@ -208,7 +216,7 @@ A node runs a background peer discovery process, maintaining at least `TARGET_NU
208
216
209
217
## Extended data
210
218
211
-
In this construction, we extend the blobs using a one-dimensional erasure coding extension. The matrix comprises maximum `MAX_BLOBS_PER_BLOCK` rows and fixed `NUMBER_OF_COLUMNS` columns, with each row containing a `Blob` and its corresponding extension.
219
+
In this construction, we extend the blobs using a one-dimensional erasure coding extension. The matrix comprises maximum `MAX_BLOBS_PER_BLOCK` rows and fixed `NUMBER_OF_COLUMNS` columns, with each row containing a `Blob` and its corresponding extension.`compute_extended_matrix` demonstrates the relationship between blobs and custom type `ExtendedMatrix`.
0 commit comments