Elemental
0.86
  • Introduction
  • A brief tour of the library
  • Build system
  • Core functionality
  • BLAS-like linear algebra
    • Level 1
    • Level 2
    • Level 3
      • Gemm
      • Hemm
      • Herk
      • Her2k
      • Multi-shift QuasiTrsm
      • Multi-shift Trsm
      • QuasiTrsm
      • Symm
      • Syrk
      • Syr2k
      • Trdtrmm
      • Trmm
      • Trrk
      • Trr2k
      • Trsm
      • Trtrmm
      • Trstrm
      • Two-sided Trmm
      • Two-sided Trsm
    • Tuning parameters
  • LAPACK-like linear algebra
  • Optimization
  • Control theory
  • Special matrices
  • Input/output
  • Indices
Elemental
  • Docs »
  • BLAS-like linear algebra »
  • Level 3
  • View page source

Level 3ΒΆ

The prototypes for the following routines can be found at include/El/blas_like/level3.hpp, while the implementations are in src/blas_like/level3/.

  • Gemm
  • Hemm
  • Herk
  • Her2k
  • Multi-shift QuasiTrsm
  • Multi-shift Trsm
  • QuasiTrsm
  • Symm
  • Syrk
  • Syr2k
  • Trdtrmm
  • Trmm
  • Trrk
  • Trr2k
  • Trsm
  • Trtrmm
  • Trstrm
  • Two-sided Trmm
  • Two-sided Trsm
Next Previous

© Copyright 2009-2016, Jack Poulson