Forum Discussion
SilverStat
Feb 24, 2023Copper Contributor
Iterating a lambda function over an array
Hello, I have added what I hope is a simplified version of the problem I am having here. Take this pair of matrices: The function I need is expected to behave as follows: Suppose I am inte...
peiyezhu
Feb 24, 2023Bronze Contributor
re:the formulas and tables were perfectly fine; they are just inefficient.
what do you mean inefficient?
what do you mean inefficient?
SilverStat
Feb 24, 2023Copper Contributor
I have tried to clarify the problem with a new introduction to my original post. My version of the formula only works by writing out the local_search function for each instance of a matrix I want to search, when I would prefer to only write out this search function once, and iterate it over a list of matrices to be searched.