2.5.3 sgstrn

1.
Function
Specifies the transformation function number for the normalization transformation.
2.
Call
NumRu::DCL.sgstrn(itr)
3.
Explanation of Parameters
itr (I) A transformation function number (See Section 1.4.)
4.
Notes
(a)
The current transformation function number can be inquired by
itr = NumRu::DCL.sgqtrn().
(b)
Below is a list of functions and subroutines that define the correspondence between the transformation function number, name, and abbreviations. (isgtrc is a function, and all others are subroutines.)
return_value = NumRu::DCL.isgtrc(ctr) A function that returns the transformation function number when a name or abbreviation is given.
ltr = NumRu::DCL.sgtrqf(ntx) Checks whether a transformation function number (NTX) is defined. When defined, it returns the value .true. for ltr, when not defined, .false..
ctl = NumRu::DCL.sgtrsl(cts) Returns the name when given the abbreviation.
ntx = NumRu::DCL.sgtrsn(cts) Returns the transformation function number when given the abbreviation.
cts = NumRu::DCL.sgtrls(ctl) Returns the abbreviation when given the name.
ntx = NumRu::DCL.sgtrln(ctl) Returns the transformation function number when given the name.
cts = NumRu::DCL.sgtrns(ntx) Returns the abbreviation when given the transformation function number.
ctl = NumRu::DCL.sgtrnl(ntx) Returns the name when given the transformation function number.