math.matrices.elimination: avoid double length call.
parent
8ccb173da0
commit
c89cdc4c67
|
|
@ -21,7 +21,7 @@ SYMBOL: matrix
|
|||
: cols ( -- n ) 0 nth-row length ;
|
||||
|
||||
: skip ( i seq quot -- n )
|
||||
over [ find-from drop ] dip length or ; inline
|
||||
over [ find-from drop ] dip swap [ nip ] [ length ] if* ; inline
|
||||
|
||||
: first-col ( row# -- n )
|
||||
#! First non-zero column
|
||||
|
|
|
|||
Loading…
Reference in New Issue