cblas_chpr2.c - Man Page
CBLAS/src/cblas_chpr2.c
Synopsis
#include <stdio.h>
#include <stdlib.h>
#include 'cblas.h'
#include 'cblas_f77.h'
Macros
#define F77_UL &UL
#define F77_N N
#define F77_incX incx
#define F77_incY incy
Functions
void API_SUFFIX() cblas_chpr2 (const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *Ap)
Macro Definition Documentation
#define F77_incX incx
#define F77_incY incy
#define F77_N N
#define F77_UL &UL
Function Documentation
void API_SUFFIX() cblas_chpr2 (const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const void * alpha, const void * X, const CBLAS_INT incX, const void * Y, const CBLAS_INT incY, void * Ap)
Definition at line 12 of file cblas_chpr2.c.
Author
Generated automatically by Doxygen for LAPACK from the source code.
Info
Tue Nov 28 2023 12:08:41 Version 3.12.0 LAPACK