lapacke_spbcon.c

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

NAME

lapacke_spbcon.c  

SYNOPSIS


#include 'lapacke_utils.h'

 

Functions


lapack_int LAPACKE_spbcon (int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float *ab, lapack_int ldab, float anorm, float *rcond)
 

Function Documentation

 

lapack_int LAPACKE_spbcon (int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float * ab, lapack_int ldab, float anorm, float * rcond)

Definition at line 36 of file lapacke_spbcon.c.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions
Function Documentation
lapack_int LAPACKE_spbcon (int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float * ab, lapack_int ldab, float anorm, float * rcond)
Author