LDLResult.uplo

uplo = 'U': Upper triangle is stored; 'L': lower triangle is stored.

struct LDLResult(T)
char uplo;

Meta