math.blas.matrices vocabulary - Factor Documentation (original) (raw)
Word
Stack effect
( A -- columns )
( A -- rows )
( matrix row col height width -- data ld rows cols )
( TYPE T U C -- )
( parent inc rowcol-length rowcol-jump length -- blas-matrix-rowcol-sequence )
( underlying ld rows cols transpose -- matrix )
( underlying ld rows cols transpose -- matrix )
( underlying ld rows cols transpose -- matrix )
( rows cols exemplar -- matrix )
( underlying ld rows cols transpose -- matrix )
( arrays -- matrix )
( arrays -- matrix )
( arrays -- matrix )
( arrays -- matrix )
( A n -- A*n )
( A B -- A.B )
( A x -- A.x )
( A n -- A/n )
( A -- cols )
( matrix -- height )
( A -- rows )
( matrix row col height width -- sub )
( matrix -- matrix^T )
( matrix -- ? )
( matrix -- width )
( x y -- x(*)y )
( x y -- x(*)yconj )
( TYPE T -- )
( TYPE T -- )
( n A -- n*A )
( n A -- A=n*A )
( alpha A B -- alpha*A.B )
( alpha A B beta C -- alpha*A.B+beta*C )
( alpha A x -- alpha*A.x )
( alpha A x beta y -- alpha*A.x+b*y )
( alpha x y -- alpha*x(*)y )
( alpha x y A -- alpha*x(*)y+A )
( alpha x y -- alpha*x(*)yconj )
( alpha x y A -- alpha*x(*)yconj+A )