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
Input data type is Int32
1). compute integer matrix multiplication on Int64: y = A * B,
2). compute y mod p, if integer overflow (negative number), add ymax mod p.
The text was updated successfully, but these errors were encountered:
Input data type is Int32
1). compute integer matrix multiplication on Int64:
y = A * B
,2). compute
y mod p
, if integer overflow (negative number), addymax mod p
.The text was updated successfully, but these errors were encountered: