Browse Source
Calculating K(HP) takes less operations than (KH)P because K and H are vectors. Without considering the sparsity optimization: - KH (24*24 operations) is then a 24x24 matrix an it takes 24^3 operations to multiply it with P. Total: 14400 op - HP (24*(24+24-1) operations) is a row vector and it takes 24 operations to left-multiply it by K. Total:1152 opv1.13.0-BW
bresch
3 years ago
committed by
Daniel Agar
1 changed files with 12 additions and 16 deletions
Loading…
Reference in new issue