void spotrf( final String UPLO, final int N, final Matrix<double> A_, final int LDA, final Box<int> INFO, ) { dpotrf(UPLO, N, A_, LDA, INFO); }