issues
search
degawa
/
dictos
Symbolic discretization tools for finite difference method on regular and staggered grid
MIT License
1
stars
0
forks
source link
replace dot product of lists with dot_product
#61
Closed
degawa
closed
2 years ago
degawa
commented
2 years ago
replace dot product like
sum([df_set[i] * coef[i] for i in range(len(df_set))])
with
dot_product
sum([df_set[i] * coef[i] for i in range(len(df_set))])
withdot_product