![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real * | A (3, 3) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real | b (3) integer i |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real | pivot (3) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real ok call | SGESV (9, 1, A, 3, pivot, b, 3, ok) end SUBROUTINE XERBLA(srcname |
Variables | |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real | j |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real* A | ( | 3 | , |
| 3 | |||
| ) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real b | ( | 3 | ) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real pivot | ( | 3 | ) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real ok call SGESV | ( | 9 | , |
| 1 | , | ||
| A | , | ||
| 3 | , | ||
| pivot | , | ||
| b | , | ||
| 3 | , | ||
| ok | |||
| ) |
| set ue cd $ADTTMP cat<< EOF > tmp f Program LinearEquations Implicit none Real j |
Definition at line 9 of file xerbla-fortran.