/sys$common/syshlp/helplib.hlb RTL Routines, MTH$, MTH$VxFOLRLy MA V5 *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The First Order Linear Recurrence - Multiplication and Addition - Last Value routine provides a vectorized algorithm for the linear recurrence relation that includes both multiplication and addition operations. Only the last value computed is stored. Format MTH$VJFOLRLP_MA_V5 n,a,inca,b,incb,t MTH$VFFOLRLP_MA_V5 n,a,inca,b,incb,t MTH$VDFOLRLP_MA_V5 n,a,inca,b,incb,t MTH$VGFOLRLP_MA_V5 n,a,inca,b,incb,t MTH$VJFOLRLN_MA_V5 n,a,inca,b,incb,t MTH$VFFOLRLN_MA_V5 n,a,inca,b,incb,t MTH$VDFOLRLN_MA_V5 n,a,inca,b,incb,t MTH$VGFOLRLN_MA_V5 n,a,inca,b,incb,t To obtain one of the preceding formats, substitute the following for x and y in MTH$VxFOLRLy_MA_V5: x = J for longword integer, F for F-floating, D for D- floating, G for G-floating y = P for a positive recursion element, N for a negative recursion element
Additional Information (explode) :
|