lapacke_cpo_trans.c

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

NAME

lapacke_cpo_trans.c  

SYNOPSIS


#include 'lapacke_utils.h'

 

Functions


void LAPACKE_cpo_trans (int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
 

Function Documentation

 

void LAPACKE_cpo_trans (int matrix_layout, char uplo, lapack_int n, const lapack_complex_float * in, lapack_int ldin, lapack_complex_float * out, lapack_int ldout)

Definition at line 40 of file lapacke_cpo_trans.c.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions
Function Documentation
void LAPACKE_cpo_trans (int matrix_layout, char uplo, lapack_int n, const lapack_complex_float * in, lapack_int ldin, lapack_complex_float * out, lapack_int ldout)
Author