lapacke_sbdsdc.c

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

NAME

lapacke_sbdsdc.c  

SYNOPSIS


#include 'lapacke_utils.h'

 

Functions


lapack_int LAPACKE_sbdsdc (int matrix_layout, char uplo, char compq, lapack_int n, float *d, float *e, float *u, lapack_int ldu, float *vt, lapack_int ldvt, float *q, lapack_int *iq)
 

Function Documentation

 

lapack_int LAPACKE_sbdsdc (int matrix_layout, char uplo, char compq, lapack_int n, float * d, float * e, float * u, lapack_int ldu, float * vt, lapack_int ldvt, float * q, lapack_int * iq)

Definition at line 36 of file lapacke_sbdsdc.c.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions
Function Documentation
lapack_int LAPACKE_sbdsdc (int matrix_layout, char uplo, char compq, lapack_int n, float * d, float * e, float * u, lapack_int ldu, float * vt, lapack_int ldvt, float * q, lapack_int * iq)
Author