-
Notifications
You must be signed in to change notification settings - Fork 439
L_1d7
Joris Gillis edited this page Apr 4, 2023
·
3 revisions
Given a repeated matrix, computes the sum of repeated parts.::
repsum(DM A, int n, int m) -> DM repsum(SX A, int n, int m) -> SX repsum(MX A, int n, int m) -> MX
To edit, see writing tips.