next up previous contents
Next: 4.1.3.1 Matrix-by-Matrix multiplication Up: 4.1 BLAS libraries Previous: 4.1.2.1 Parallel machines with   Contents


4.1.3 Matrix-by-Matrix-operations (BLAS3)

Assume that $ A$, $ B$, $ C$ are full matrices.
Typical operations are :
$ \bullet$ $ C  :=  A + B$ $ C  :=  A - B$
$ \bullet$ $ C  :=  A \ast B$
$ \bullet$ $ C  :=  C + A \ast B$
$ \bullet$ $ A^T$, $ A^{-1}_{N\times N}$
$ \bullet$ Factorization, Givens rotation, ...



Subsections

Gundolf Haase 2000-03-20