Lines Matching refs:DIM

7111 * 'DIM':           DIM,       Positive difference
7885 9.14 'ALL' -- All values in MASK along DIM are true
7889 'ALL(MASK [, DIM])' determines if all the values are true in MASK
7890 in the array along dimension DIM.
7899 'RESULT = ALL(MASK [, DIM])'
7904 DIM (Optional) DIM shall be a scalar integer with a
7911 DIM is present, then 'ALL(MASK, DIM)' returns an array with the
7913 MASK where the DIM dimension is elided.
7919 If the rank of MASK is one, then 'ALL(MASK,DIM)' is equivalent
7921 'ALL(MASK,DIM)' is determined by applying 'ALL' to the array
8084 9.18 'ANY' -- Any value in MASK along DIM is true
8088 'ANY(MASK [, DIM])' determines if any of the values in the logical
8089 array MASK along dimension DIM are '.TRUE.'.
8098 'RESULT = ANY(MASK [, DIM])'
8103 DIM (Optional) DIM shall be a scalar integer with a
8110 DIM is present, then 'ANY(MASK, DIM)' returns an array with the
8112 MASK where the DIM dimension is elided.
8118 If the rank of MASK is one, then 'ANY(MASK,DIM)' is equivalent
8120 'ANY(MASK,DIM)' is determined by applying 'ANY' to the array
10815 the DIM argument is supplied, counts the number of elements along
10816 each row of the array in the DIM direction. If the array has zero
10827 'RESULT = COUNT(MASK [, DIM, KIND])'
10831 DIM (Optional) The type shall be 'INTEGER'.
10838 absent, the return value is of default integer kind. If DIM is
10841 DIM dimension removed.
10920 'CSHIFT(ARRAY, SHIFT [, DIM])' performs a circular shift on
10921 elements of ARRAY along the dimension of DIM. If DIM is omitted it
10922 is taken to be '1'. DIM is a scalar of type 'INTEGER' in the range
10923 of 1 \leq DIM \leq n) where n is the rank of ARRAY. If the rank of
10937 'RESULT = CSHIFT(ARRAY, SHIFT [, DIM])'
10942 DIM The type shall be 'INTEGER'.
10954 a = cshift(a, SHIFT=(/1, 2, -1/), DIM=2)
11157 File: gfortran.info, Node: DIGITS, Next: DIM, Prev: DCMPLX, Up: Intrinsic Procedures
11194 File: gfortran.info, Node: DIM, Next: DOT_PRODUCT, Prev: DIGITS, Up: Intrinsic Procedures
11196 9.86 'DIM' -- Positive difference
11200 'DIM(X,Y)' returns the difference 'X-Y' if the result is positive;
11210 'RESULT = DIM(X, Y)'
11234 'DIM(X,Y)' 'REAL(4) X, 'REAL(4)' Fortran 77 and
11242 File: gfortran.info, Node: DOT_PRODUCT, Next: DPROD, Prev: DIM, Up: Intrinsic Procedures
11525 'EOSHIFT(ARRAY, SHIFT[, BOUNDARY, DIM])' performs an end-off shift
11526 on elements of ARRAY along the dimension of DIM. If DIM is omitted
11527 it is taken to be '1'. DIM is a scalar of type 'INTEGER' in the
11528 range of 1 \leq DIM \leq n) where n is the rank of ARRAY. If the
11551 'RESULT = EOSHIFT(ARRAY, SHIFT [, BOUNDARY, DIM])'
11557 DIM The type shall be 'INTEGER'.
11569 a = EOSHIFT(a, SHIFT=(/1, 2, 1/), BOUNDARY=-5, DIM=2)
12212 given in the VALUE argument, or, if the DIM argument is supplied,
12214 argument element along each row of the array in the DIM direction.
12222 zeroes. Similarly, if DIM is supplied and all of the elements of
12233 'RESULT = FINDLOC(ARRAY, VALUE, DIM [, MASK] [,KIND]
12242 DIM (Optional) Shall be a scalar of type 'INTEGER',
12252 If DIM is absent, the result is a rank-one array with a length
12253 equal to the rank of ARRAY. If DIM is present, the result is an
12255 corresponding to the size of ARRAY with the DIM dimension removed.
12256 If DIM is present and ARRAY has a rank of one, the result is a
13415 Reduces with bitwise AND the elements of ARRAY along dimension DIM
13426 'RESULT = IALL(ARRAY, DIM[, MASK])'
13430 DIM (Optional) shall be a scalar of type 'INTEGER'
13440 If DIM is absent, a scalar with the bitwise ALL of all elements in
13443 dimension DIM dropped is returned.
13523 dimension DIM if the corresponding element in MASK is 'TRUE'.
13533 'RESULT = IANY(ARRAY, DIM[, MASK])'
13537 DIM (Optional) shall be a scalar of type 'INTEGER'
13547 If DIM is absent, a scalar with the bitwise OR of all elements in
13550 dimension DIM dropped is returned.
14180 dimension DIM if the corresponding element in MASK is 'TRUE'.
14190 'RESULT = IPARITY(ARRAY, DIM[, MASK])'
14194 DIM (Optional) shall be a scalar of type 'INTEGER'
14204 If DIM is absent, a scalar with the bitwise XOR of all elements in
14207 dimension DIM dropped is returned.
14679 the DIM dimension.
14687 'RESULT = LBOUND(ARRAY [, DIM [, KIND]])'
14691 DIM (Optional) Shall be a scalar 'INTEGER'.
14698 absent, the return value is of default integer kind. If DIM is
14700 DIM is present, the result is a scalar corresponding to the lower
14717 along the DIM codimension.
14725 'RESULT = LCOBOUND(COARRAY [, DIM [, KIND]])'
14729 DIM (Optional) Shall be a scalar 'INTEGER'.
14736 absent, the return value is of default integer kind. If DIM is
14738 If DIM is present, the result is a scalar corresponding to the
15682 maximum value, or, if the DIM argument is supplied, determines the
15684 DIM direction. If MASK is present, only the elements for which
15691 of zeroes. Similarly, if DIM is supplied and all of the elements
15704 'RESULT = MAXLOC(ARRAY, DIM [, MASK] [,KIND] [,BACK])'
15709 DIM (Optional) Shall be a scalar of type 'INTEGER',
15721 If DIM is absent, the result is a rank-one array with a length
15722 equal to the rank of ARRAY. If DIM is present, the result is an
15724 corresponding to the size of ARRAY with the DIM dimension removed.
15725 If DIM is present and ARRAY has a rank of one, the result is a
15740 if the DIM argument is supplied, determines the maximum value along
15741 each row of the array in the DIM direction. If MASK is present,
15754 'RESULT = MAXVAL(ARRAY, DIM [, MASK])'
15759 DIM (Optional) Shall be a scalar of type 'INTEGER',
15767 If DIM is absent, or if ARRAY has a rank of one, the result is a
15768 scalar. If DIM is present, the result is an array with a rank one
15770 of ARRAY with the DIM dimension removed. In all cases, the result
15989 minimum value, or, if the DIM argument is supplied, determines the
15991 DIM direction. If MASK is present, only the elements for which
15998 of zeroes. Similarly, if DIM is supplied and all of the elements
16011 'RESULT = MINLOC(ARRAY, DIM [, MASK] [,KIND] [,BACK])'
16017 DIM (Optional) Shall be a scalar of type 'INTEGER',
16029 If DIM is absent, the result is a rank-one array with a length
16030 equal to the rank of ARRAY. If DIM is present, the result is an
16032 corresponding to the size of ARRAY with the DIM dimension removed.
16033 If DIM is present and ARRAY has a rank of one, the result is a
16048 if the DIM argument is supplied, determines the minimum value along
16049 each row of the array in the DIM direction. If MASK is present,
16062 'RESULT = MINVAL(ARRAY, DIM [, MASK])'
16067 DIM (Optional) Shall be a scalar of type 'INTEGER',
16075 If DIM is absent, or if ARRAY has a rank of one, the result is a
16076 scalar. If DIM is present, the result is an array with a rank one
16078 of ARRAY with the DIM dimension removed. In all cases, the result
16414 dimension DIM.
16423 'RESULT = NORM2(ARRAY[, DIM])'
16427 DIM (Optional) shall be a scalar of type 'INTEGER'
16434 If DIM is absent, a scalar with the square root of the sum of all
16437 of ARRAY with dimension DIM dropped is returned.
16695 along dimension DIM.
16704 'RESULT = PARITY(MASK[, DIM])'
16708 DIM (Optional) shall be a scalar of type 'INTEGER'
16715 If DIM is absent, a scalar with the parity of all elements in MASK
16717 and false otherwise. If DIM is present, an array of rank n-1,
16719 MASK with dimension DIM dropped is returned.
16910 Multiplies the elements of ARRAY along dimension DIM if the
16921 'RESULT = PRODUCT(ARRAY, DIM[, MASK])'
16926 DIM (Optional) shall be a scalar of type 'INTEGER'
16936 If DIM is absent, a scalar with the product of all elements in
16939 dimension DIM dropped is returned.
18262 Determine the extent of ARRAY along a specified dimension DIM, or
18263 the total number of elements in ARRAY if DIM is absent.
18272 'RESULT = SIZE(ARRAY[, DIM [, KIND]])'
18278 DIM (Optional) shall be a scalar of type 'INTEGER'
18417 DIM.
18426 'RESULT = SPREAD(SOURCE, DIM, NCOPIES)'
18431 DIM Shall be a scalar of type 'INTEGER' with a value
18653 Adds the elements of ARRAY along dimension DIM if the corresponding
18664 'RESULT = SUM(ARRAY, DIM[, MASK])'
18669 DIM (Optional) shall be a scalar of type 'INTEGER'
18679 If DIM is absent, a scalar with the sum of all elements in ARRAY is
18681 of ARRAY, and a shape similar to that of ARRAY with dimension DIM
18979 'RESULT = THIS_IMAGE(COARRAY [, DIM])'
18984 COARRAY Coarray of any type (optional; if DIM present,
18986 DIM default integer scalar (optional). If present,
18987 DIM shall be between one and the corank of
18998 Otherwise when the COARRAY is present, if DIM is not present, a
19000 cosubscripts for COARRAY specifying the invoking image. If DIM is
19001 present, a scalar is returned, with the value of the DIM element of
19318 the DIM dimension.
19326 'RESULT = UBOUND(ARRAY [, DIM [, KIND]])'
19330 DIM (Optional) Shall be a scalar 'INTEGER'.
19337 absent, the return value is of default integer kind. If DIM is
19339 DIM is present, the result is a scalar corresponding to the upper
19356 along the DIM codimension.
19364 'RESULT = UCOBOUND(COARRAY [, DIM [, KIND]])'
19368 DIM (Optional) Shall be a scalar 'INTEGER'.
19375 absent, the return value is of default integer kind. If DIM is
19377 If DIM is present, the result is a scalar corresponding to the
22144 * DDIM: DIM. (line 6)
22166 * DIM: DIM. (line 6)
22386 * IDIM: DIM. (line 6)
22686 * positive difference: DIM. (line 6)
23367 Node: DIM442326