math.matrices vocabulary - Factor Documentation (original) (raw)
math.matrices vocabulary
Factor handbook » Vocabulary index
Documentation
Matrix operations
Metadata
Parents: | math |
---|---|
Tags: | math |
Authors: | Slava Pestov, Joe Groff, Doug Coleman, Cat Stevens |
Words
Predicate classes
Class | Superclass |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Generic words
Word | Stack effect |
---|---|
![]() |
( desc -- matrix ) |
![]() |
( desc -- matrix ) |
![]() |
( matrix desc -- others ) |
![]() |
( matrix desc -- others ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( diagonal-seq -- matrix ) |
![]() |
( dim -- coordinates ) |
![]() |
( n -- matrix ) |
![]() |
( dim -- coordinates ) |
![]() |
( diagonal-seq -- matrix ) |
![]() |
( m n k z -- matrix ) |
![]() |
( n -- matrix ) |
![]() |
( object m n -- matrix ) |
![]() |
( ... m n quot: ( ... m' n' -- ... elt ) -- ... matrix ) |
![]() |
( ... m n quot: ( ... -- ... elt ) -- ... matrix ) |
![]() |
( m n element -- matrix ) |
![]() |
( m n k -- matrix ) |
![]() |
( object m n -- matrix ) |
![]() |
( m n -- matrix ) |
![]() |
( n -- matrix ) |
![]() |
( m -- subset ) |
![]() |
( matrix -- submatrices ) |
![]() |
( matrix -- seq ) |
![]() |
( matrix -- newmatrix ) |
![]() |
( matrix -- newmatrix ) |
![]() |
( n matrix -- col ) |
![]() |
( seq matrix -- cols ) |
![]() |
( matrix quot: ( ... col -- ... col' ) -- matrix' ) |
![]() |
( matrix -- dimension ) |
![]() |
( m -- n ) |
![]() |
( m -- n ) |
![]() |
( m1 m2 -- m ) |
![]() |
( m n -- m ) |
![]() |
( m1 m2 -- m ) |
![]() |
( m n -- m ) |
![]() |
( m1 m2 -- m ) |
![]() |
( m n -- m ) |
![]() |
( m1 m2 -- m ) |
![]() |
( m n -- m ) |
![]() |
( m -- m' ) |
![]() |
( matrix -- seq ) |
![]() |
( matrix exclude-pair -- submatrix ) |
![]() |
( matrix -- submatrices ) |
![]() |
( m -- n ) |
![]() |
( m -- n ) |
![]() |
( m -- n ) |
![]() |
( matrix quot: ( ... elt -- ... elt' ) -- matrix' ) |
![]() |
( matrix quot: ( ... elt i j -- ... elt' ) -- matrix' ) |
![]() |
( m -- m' ) |
![]() |
( pair matrix -- elt ) |
![]() |
( pairs matrix -- elts ) |
![]() |
( m p -- n ) |
![]() |
( m p -- n ) |
![]() |
( m p q -- n ) |
![]() |
( obj pair matrix -- ) |
![]() |
( obj pairs matrix -- ) |
![]() |
( m m -- m ) |
![]() |
( m v -- p ) |
![]() |
( m -- n ) |
![]() |
( m -- n ) |
![]() |
( m -- m' ) |
![]() |
( m1 m2 epsilon -- ? ) |
![]() |
( n m -- m ) |
![]() |
( n m -- m ) |
![]() |
( n m -- m ) |
![]() |
( n m -- m ) |
![]() |
( object -- ? ) |
![]() |
( n matrix -- row ) |
![]() |
( seq matrix -- rows ) |
![]() |
( m -- m' ) |
![]() |
( matrix exclude-pair -- submatrix ) |
![]() |
( matrix -- newmatrix ) |
![]() |
( v m -- p ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:basis/math/matrices/matrices.factor
resource:basis/math/matrices/matrices-docs.factor
resource:basis/math/matrices/matrices-tests.factor
Metadata files
resource:basis/math/matrices/authors.txt
resource:basis/math/matrices/summary.txt
resource:basis/math/matrices/tags.txt
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Solving systems of linear equations |
![]() |
Matrix arithmetic - extra and miscellaneous words |
![]() |
Laplace expansion |
![]() |
SIMD accelerated 4x4 matrix math |