MTM[horner] - horner form
|
Calling Sequence
|
|
horner(M)
|
|
Description
|
|
•
|
The horner function writes the polynomial M in horner or nested form.
|
•
|
The horner(M) calling sequence converts all elements of M to horner form. The result, R, is formed as R[i,j] = horner(M[i,j]).
|
|
|