Skip to content

Replacing a scalar/symbol by an array #26532

Closed Answered by moorepants
RPKrijnen asked this question in Q&A
Discussion options

You must be logged in to vote

lambdify is using numpy under the hood. If you know that the numerical inputs to your functions are too large for numpy (i.e. working in memory), then you'll need to use other ways to evaluate the functions. But if your data fits in memory and works fine with NumPy, I don't see any issue with what you have written in your #multiple measurements statement.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@RPKrijnen
Comment options

@moorepants
Comment options

@RPKrijnen
Comment options

@moorepants
Comment options

Answer selected by RPKrijnen
@moorepants
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants