fortran-lapack
Loading...
Searching...
No Matches
la_blas::gemm Interface Reference

GEMM: performs one of the matrix-matrix operations C := alpha*op( A )*op( B ) + beta*C, where op( X ) is one of op( X ) = X or op( X ) = X**T or op( X ) = X**H, alpha and beta are scalars, and A, B and C are matrices, with op( A ) an m by k matrix, op( B ) a k by n matrix and C an m by n matrix. More...

Public Member Functions

 la_cgemm
 
 la_dgemm
 
 la_qgemm
 
 la_sgemm
 
 la_wgemm
 
 la_zgemm
 

Detailed Description

GEMM: performs one of the matrix-matrix operations C := alpha*op( A )*op( B ) + beta*C, where op( X ) is one of op( X ) = X or op( X ) = X**T or op( X ) = X**H, alpha and beta are scalars, and A, B and C are matrices, with op( A ) an m by k matrix, op( B ) a k by n matrix and C an m by n matrix.

Member Function/Subroutine Documentation

◆ la_cgemm()

la_blas::gemm::la_cgemm

◆ la_dgemm()

la_blas::gemm::la_dgemm

◆ la_qgemm()

la_blas::gemm::la_qgemm

◆ la_sgemm()

la_blas::gemm::la_sgemm

◆ la_wgemm()

la_blas::gemm::la_wgemm

◆ la_zgemm()

la_blas::gemm::la_zgemm

The documentation for this interface was generated from the following file: