早教吧作业答案频道 -->英语-->
fortran中minloc什么意思
题目详情
fortran中minloc什么意思
▼优质解答
答案和解析
MINLOC — Location of the minimum value within an array
Description:Determines the location of the element in the array with the minimum value, or, if the DIM argument is supplied, determines the locations of the minimum element along each row of the array in the DIM direction. If MASK is present, only the elements for which MASK is .TRUE. are considered. If more than one element in the array has the minimum value, the location returned is that of the first such element in array element order. If the array has zero size, or all of the elements of MASK are .FALSE., then the result is an array of zeroes. Similarly, if DIM is supplied and all of the elements of MASK along a given row are zero, the result value for that row is zero.
Standard:Fortran 95 and later
Class:Transformational function
Syntax:
RESULT = MINLOC(ARRAY, DIM [, MASK])
RESULT = MINLOC(ARRAY [, MASK])
Arguments:
ARRAY Shall be an array of type INTEGER or REAL.
DIM (Optional) Shall be a scalar of type INTEGER, with a value between one and the rank of ARRAY, inclusive. It may not be an optional dummy argument.
MASK Shall be an array of type LOGICAL, and conformable with ARRAY.
Return value:If DIM is absent, the result is a rank-one array with a length equal to the rank of ARRAY. If DIM is present, the result is an array with a rank one less than the rank of ARRAY, and a size corresponding to the size of ARRAY with the DIM dimension removed. If DIM is present and ARRAY has a rank of one, the result is a scalar. In all cases, the result is of default INTEGER type.
Description:Determines the location of the element in the array with the minimum value, or, if the DIM argument is supplied, determines the locations of the minimum element along each row of the array in the DIM direction. If MASK is present, only the elements for which MASK is .TRUE. are considered. If more than one element in the array has the minimum value, the location returned is that of the first such element in array element order. If the array has zero size, or all of the elements of MASK are .FALSE., then the result is an array of zeroes. Similarly, if DIM is supplied and all of the elements of MASK along a given row are zero, the result value for that row is zero.
Standard:Fortran 95 and later
Class:Transformational function
Syntax:
RESULT = MINLOC(ARRAY, DIM [, MASK])
RESULT = MINLOC(ARRAY [, MASK])
Arguments:
ARRAY Shall be an array of type INTEGER or REAL.
DIM (Optional) Shall be a scalar of type INTEGER, with a value between one and the rank of ARRAY, inclusive. It may not be an optional dummy argument.
MASK Shall be an array of type LOGICAL, and conformable with ARRAY.
Return value:If DIM is absent, the result is a rank-one array with a length equal to the rank of ARRAY. If DIM is present, the result is an array with a rank one less than the rank of ARRAY, and a size corresponding to the size of ARRAY with the DIM dimension removed. If DIM is present and ARRAY has a rank of one, the result is a scalar. In all cases, the result is of default INTEGER type.
看了 fortran中minloc...的网友还看了以下:
已知当电压不一定时,电阻R与电流强度I成反比例,一个汽车前灯灯泡电阻为40欧,电流强度为0.3A1 2020-04-27 …
设A为n阶矩阵,证明:R(A+I)+R(A-I)>=n已知R(A)=R(kA),k≠0;R(A+B 2020-05-14 …
已知字母组合成英语单词1、e e t t i n h r 2、e e r a t w h 3、o 2020-05-14 …
receive这个单词地拼法,我不太肯定想请问一下.是以下哪一种拼法正确呢?(1)/R//E//C 2020-05-17 …
A.σ(i+j)θr (R×S)B.σ(i+r)θj (R×S)C.σiθ(r+j) (R×S)D. 2020-05-26 …
全电路欧姆定律的数学式为( )。A.I=U/RB.I=E/(R-r)C.I=U/(R+r)D.I=E 2020-05-31 …
在一定条件下,RO3n-和I-可发生如下反应:RO3n-+6I-+6H+=R-+3I2+3H2O, 2020-06-04 …
某企业连续n年,每年年初向银行借贷A万元,借款年利率为r,每半年复利计息,则第n年末一次归还贷款额 2020-06-20 …
若(1+2ai)*i=1-b*i,其中a、b∈R,i是虚数单位,则|a+b*i|=?已知0<a<2 2020-07-30 …
当电阻一定时,电流与电压成反比吗?R一定时,I=U/R?这是正比?我听了别人解释后,原来是I=U*( 2020-10-30 …
相关搜索:fortran中minloc什么意思