|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
ArrayPad |
| ArrayPad[array, m] gives an array with m 0s of padding on every side. |
| ArrayPad[array, m, padding] uses the specified padding. |
| ArrayPad[array, {m, n}, ...] pads with m elements at the beginning and n elements at the end. |
| ArrayPad[array, {{m1, n1}, {m2, n2}, ...}, ...] pads with mi, ni elements at level i in array. |
| c | a constant c | |
| {c1,c2,...} | cyclic repetition of constants c1, ... | |
| "Extrapolated" | polynomial extrapolation of elements | |
| "Fixed" | repetitions of the elements on each boundary | |
| "Periodic" | cyclic repetitions of the complete array | |
| "Reflected" | reflections of the array in the boundary | |
| "ReflectedDifferences" | reflections of the differences between elements | |
| "Reversed" | reversals of the complete array | |
| "ReversedDifferences" | reversals of the differences between elements | |
| "ReversedNegation" | negated reversals of the array |