GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CBLAS/src/cblas_ctrmm.c(3) LAPACK CBLAS/src/cblas_ctrmm.c(3)

CBLAS/src/cblas_ctrmm.c

#include 'cblas.h'
#include 'cblas_f77.h'


#define F77_TA &TA
#define F77_UL &UL
#define F77_SD &SD
#define F77_DI &DI
#define F77_M M
#define F77_N N
#define F77_lda lda
#define F77_ldb ldb


void API_SUFFIX() cblas_ctrmm (const CBLAS_LAYOUT layout, const CBLAS_SIDE Side, const CBLAS_UPLO Uplo, const CBLAS_TRANSPOSE TransA, const CBLAS_DIAG Diag, const CBLAS_INT M, const CBLAS_INT N, const void *alpha, const void *A, const CBLAS_INT lda, void *B, const CBLAS_INT ldb)

Definition at line 12 of file cblas_ctrmm.c.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:28 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.