cblas_chpr.c - Man Page
CBLAS/src/cblas_chpr.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
Functions
void API_SUFFIX() cblas_chpr (const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const float alpha, const void *X, const CBLAS_INT incX, void *A)
Macro Definition Documentation
#define F77_incX incx
#define F77_N N
#define F77_UL &UL
Function Documentation
void API_SUFFIX() cblas_chpr (const CBLAS_LAYOUT layout, const CBLAS_UPLO Uplo, const CBLAS_INT N, const float alpha, const void * X, const CBLAS_INT incX, void * A)
Definition at line 12 of file cblas_chpr.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