The OpenD Programming Language

glas_validate_symm

Validates input data for SYMM operations.

extern (C) nothrow @nogc @system
int
glas_validate_symm
(
Structure!2 as
,
Structure!2 bs
,
Structure!2 cs
,
ulong settings = 0
)

Parameters

as Structure!2

structure for matrix A

bs Structure!2

structure for matrix B

cs Structure!2

structure for matrix C

settings ulong

Operation settings. Allowed flags are Left, Right, Lower, Upper, ConjA, ConjB. ConjA flag specifies if the matrix A is hermitian.

Return Value

Type: int

0 on success and error code otherwise.

Meta