tempInterpol2Temporary function for vectorized linear interpolation (will be removed) |
u |
Type: Real Description: input value (first column of table) |
---|---|
table |
Type: Real[:,:] Description: table to be interpolated |
icol |
Type: Integer[:] Description: column(s) of table to be interpolated |
y |
Type: Real[1,size(icol, 1)] Description: interpolated input value(s) (column(s) icol of table) |
---|