PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
154 stars 42 forks source link

Matmul and dot operation #251

Closed FabianHofmann closed 4 months ago

FabianHofmann commented 4 months ago

New Features

Bugfixes

hcoste commented 1 month ago

Hello FabianHofmann, thanks for the feature. Could your provide an example of dot product between a linopy variable (vector) and a constant matrix ? It seems this is not yet possible but I wanted to have your opinion if possible.

KR