Algosim documentation: FcnNames

FcnNames

Returns all names of a kernel function from any of its names or from itself.

Syntax

Description

If x is a kernel function or one of the names of a kernel function, then FcnNames(x) returns a list of all the names for f.

Examples

FcnNames(sin)
sin
FcnNames(concat)
catenate
concatenate
concat
FcnNames(IsHermitian)
IsHermitian
IsSelfAdjoint
FcnNames(sum)
sum
∑

See also