Parents: | math.blas |
Tags: | math, bindings |
Authors: | Joe Groff |
Class | Superclass | Slots |
![]() | ![]() | underlying ld rows cols transpose |
![]() | ![]() | parent inc rowcol-length rowcol-jump length |
![]() | ![]() | |
![]() | ![]() | |
![]() | ![]() | |
![]() | ![]() |
Word | Syntax |
![]() | cmatrix{ { 1.0 0.0 0.0 1.0 } { 0.0 C{ 0.0 1.0 } 0.0 2.0 } { 0.0 0.0 -1.0 3.0 } { 0.0 0.0 0.0 C{ 0.0 -1.0 } } } |
![]() | dmatrix{ { 1.0 0.0 0.0 1.0 } { 0.0 1.0 0.0 2.0 } { 0.0 0.0 1.0 3.0 } { 0.0 0.0 0.0 1.0 } } |
![]() | smatrix{ { 1.0 0.0 0.0 1.0 } { 0.0 1.0 0.0 2.0 } { 0.0 0.0 1.0 3.0 } { 0.0 0.0 0.0 1.0 } } |
![]() | zmatrix{ { 1.0 0.0 0.0 1.0 } { 0.0 C{ 0.0 1.0 } 0.0 2.0 } { 0.0 0.0 -1.0 3.0 } { 0.0 0.0 0.0 C{ 0.0 -1.0 } } } |
Word | Stack effect |
![]() | ( alpha A B beta C -- C=alpha*A.B+beta*C ) |
![]() | ( alpha A x beta y -- y=alpha*A.x+b*y ) |
![]() | ( alpha x y A -- A=alpha*x(*)y+A ) |
![]() | ( alpha x y A -- A=alpha*x(*)yconj+A ) |
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 ) |
Word | Stack effect |
![]() | ( object -- ? ) |
![]() | ( object -- ? ) |
![]() | ( object -- ? ) |
![]() | ( object -- ? ) |
![]() | ( object -- ? ) |
![]() | ( object -- ? ) |