table of contents
lapacke_sorbdb.c(3) | LAPACK | lapacke_sorbdb.c(3) |
NAME¶
lapacke_sorbdb.c
SYNOPSIS¶
#include 'lapacke_utils.h'
Functions¶
lapack_int LAPACKE_sorbdb (int matrix_layout, char
trans, char signs, lapack_int m, lapack_int p,
lapack_int q, float *x11, lapack_int ldx11, float *x12,
lapack_int ldx12, float *x21, lapack_int ldx21, float *x22,
lapack_int ldx22, float *theta, float *phi, float *taup1, float
*taup2, float *tauq1, float *tauq2)
Function Documentation¶
lapack_int LAPACKE_sorbdb (int matrix_layout, char trans, char signs, lapack_int m, lapack_int p, lapack_int q, float * x11, lapack_int ldx11, float * x12, lapack_int ldx12, float * x21, lapack_int ldx21, float * x22, lapack_int ldx22, float * theta, float * phi, float * taup1, float * taup2, float * tauq1, float * tauq2)¶
Definition at line 36 of file lapacke_sorbdb.c.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Nov 14 2017 | Version 3.8.0 |