Handbook
Glossary
<vandermonde-matrix> ( u n -- matrix )
Extra matrix operations
Prev:
<toeplitz-matrix> ( n -- matrix )
Next:
<frustum-matrix4> ( xy-dim near far -- matrix )
Vocabulary
math
.
matrices
.
extras
Inputs
u
an
object
n
an
object
Outputs
matrix
an
object
Definition
USING:
kernel
math.vectors
sequences
;
IN:
math.matrices.extras
:
<vandermonde-matrix>
( u n -- matrix )
<iota>
[
v^n
]
with
map
reverse
flip
;