choleskyResult.uplo

If uplo = 'L': lower triangle of 'matrix' is stored. If uplo = 'U': upper triangle of 'matrix' is stored.

struct choleskyResult(T)
char uplo;

Meta