The OpenD Programming Language

Upper

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

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

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

Meta