What is the rank operator?

devquora
devquora

Posted On: Feb 22, 2018

 

The concepts of leading axis and item are generalized by treating an array as a frame defined by the array’s leading m axes holding cells of rank n defined by the array’s trailing n axes, where m+n is the rank of the array. A function f is applied to all cells of rank n with the expression f@n. The rank operator (@) applies uniformly to all functions of one or two arguments: primitive, derived, or defined, except Assignment and (because of its syntax) Bracket Indexing (@ does apply to Choose, which is semantically equivalent).

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    A+ Interview Questions

    What is A+ programming language?

    A+ is a powerful and efficient programming language. It is freely available under the GNU General Public License. It emb..

    A+ Interview Questions

    Who Wrote A+?

    A+ is written by Arthur Whitney at Morgan Stanley in 1988...

    A+ Interview Questions

    What is APL programming language?

    APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverso..