SAFD-algorithm icon indicating copy to clipboard operation
SAFD-algorithm copied to clipboard

Values of multiple coefficients are slow to be computed

Open JustWhit3 opened this issue 3 years ago • 0 comments

Values of multiple coefficients are slow to be computed. This is due to the parsed_f function definition, which uses the ExprTk library to compute its return value. A possible solution would be to redefine this function, without recalling its ExprTk objects definitions every time a new coefficient is computed.

JustWhit3 avatar Jul 04 '22 10:07 JustWhit3