Metropoli BBS
VIEWER: funmixed.h MODE: TEXT (ASCII)
/* Copyright (C) 1993 by Thomas Glen Smith.  All Rights Reserved. */
/* funmixed.h - APL2 V1.0.0 ********************************************
* Declarations of mixed functions.  Included in funinit.c.             *
***********************************************************************/
#if !defined(FUNMIXED_INCL)
#define FUNMIXED_INCL
/* monadic mixed, without axis */
  Compute; Depth; Enlist; First; Formdft; Indexgen; Matinv; Shape;
/* monadic mixed, with axis */
  Reverse;
/* monadic mixed, with axes */
  Disclose; Enclose; Ravel2;
/* dyadic mixed, without axis */
  Deal; Decode; Encodbl; Execalt; Find; Form; Gradedn2; Gradeup2;
  Indexof; Match; Mdivide; Member; Reshape;
  Transpos; Without;
/* dyadic mixed, with axis */
  Cat; Compress; Expand; Partitn; Pick; Rotate; Squadix;
/* dyadic mixed, with axes */
  Drop2; Take2;
#endif
[ RETURN TO DIRECTORY ]