Delete trailing whitespace.
This commit is contained in:
parent
e44b7317b8
commit
99fa7b7f0e
@ -70,7 +70,7 @@ void dgetrs_(const char *trans, const MAT_SIZE_T *n,
|
|||||||
const double *A , const MAT_SIZE_T *lda,
|
const double *A , const MAT_SIZE_T *lda,
|
||||||
const MAT_SIZE_T *ipiv , double *B,
|
const MAT_SIZE_T *ipiv , double *B,
|
||||||
const MAT_SIZE_T *ldb , MAT_SIZE_T *info);
|
const MAT_SIZE_T *ldb , MAT_SIZE_T *info);
|
||||||
|
|
||||||
/* A <- chol(A) */
|
/* A <- chol(A) */
|
||||||
void dpotrf_(const char *uplo, const MAT_SIZE_T *n,
|
void dpotrf_(const char *uplo, const MAT_SIZE_T *n,
|
||||||
double *A , const MAT_SIZE_T *lda,
|
double *A , const MAT_SIZE_T *lda,
|
||||||
|
Loading…
Reference in New Issue
Block a user