simple-rows-except ( matrix desc quot -- others ) - Factor Documentation

simple-rows-except ( matrix desc quot -- others )


Vocabulary
math .matrices .private

Inputs
matrix an object
desc an object
quot an object


Outputs
others an object


Definition
USING: kernel math.matrices sequences ;

IN: math.matrices.private

: simple-rows-except ( matrix desc quot -- others )
curry [ dup (rows-iota) ] dip pick reject-as swap rows ;
inline

AltStyle によって変換されたページ (->オリジナル) /