LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
subroutine alasum | ( | character*3 | type, |
integer | nout, | ||
integer | nfail, | ||
integer | nrun, | ||
integer | nerrs ) |
ALASUM
!> !> ALASUM prints a summary of results from one of the -CHK- routines. !>
[in] | TYPE | !> TYPE is CHARACTER*3 !> The LAPACK path name. !> |
[in] | NOUT | !> NOUT is INTEGER !> The unit number on which results are to be printed. !> NOUT >= 0. !> |
[in] | NFAIL | !> NFAIL is INTEGER !> The number of tests which did not pass the threshold ratio. !> |
[in] | NRUN | !> NRUN is INTEGER !> The total number of tests. !> |
[in] | NERRS | !> NERRS is INTEGER !> The number of error messages recorded. !> |
Definition at line 72 of file alasum.f.