Browse Source

Fix description (Reference-LAPACK PR 847)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
ce7f4adb42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/VARIANTS/cholesky/RL/zpotrf.f

+ 1
- 1
lapack-netlib/SRC/VARIANTS/cholesky/RL/zpotrf.f View File

@@ -24,7 +24,7 @@ C> \brief \b ZPOTRF VARIANT: right looking block version of the algorithm, calli
C>\details \b Purpose: C>\details \b Purpose:
C>\verbatim C>\verbatim
C> C>
C> ZPOTRF computes the Cholesky factorization of a real Hermitian
C> ZPOTRF computes the Cholesky factorization of a complex Hermitian
C> positive definite matrix A. C> positive definite matrix A.
C> C>
C> The factorization has the form C> The factorization has the form


Loading…
Cancel
Save