Lower

Specifies if the lower triangular part of the symmetric matrix A is to be referenced.

The lower triangular part of the matrix asl must contain the lower triangular part of the symmetric / hermitian matrix A and the strictly upper triangular part of asl is not referenced.

Note: Lower is default flag.

extern (C) nothrow @nogc @system
enum ulong Lower;

Meta