Navigation

Operators and Keywords

Function List:

C++ API

: ishermitian (A)
: ishermitian (A, tol)

Return true if A is Hermitian within the tolerance specified by tol.

The default tolerance is zero (uses faster code).

Matrix A is considered symmetric if norm (A - A', Inf) / norm (A, Inf) < tol.

See also: issymmetric, isdefinite.

Package: octave