gmxCreate:gmxMatrixDimDivide
Author: Hiroshisa Mori / joshua@globalbase.org +
[Transrate]Reiko Inoue Bendtsen c/o Suzaku Translations /
(http://www.suzaku-translations.com/) +
PROTOTYPE
<gmxMatrixDimDivide/>
ARGUMENTS
gmxCreate
gmxCreate/
gmxMatrixParam
gmxCreate/gmxMatrixParam/
gmxPriority
gmxCreate/
gmxMatrixDimDivide
gmxCreate/
gmxMatrixBlockSize
gmxCreate/
gmxMatrixPixelSize
gmxCreate/
gmxChannelInfo
gmxCreate/
gmxPhase
ATTRIBUTES
dim [mandatory] Integer: dim to be set
value [mandatory] Integer: Number of divisions to be set
EVALUATION TYPE
applicative
AGENT(S) BELONGS
gbmx
ENVIRONMENT BELONGS
Env1/gmxCreate
EXPLANATION
This function specifies the number of divisions for each dimension of the matrix to be created. The actual number of divisions given is 2^divide .
[UP]
Go To Page Top
RETURN VALUE
XLT_NULL [UNDEF REF (XLT_NULL)]or error
ERRORS
-
XLE_SEMANTICS_INV_FORMAT [UNDEF REF (XLE_SEMANTICS_INV_FORMAT)]
The corresponding element was used outside gmxCreate.
-
XLE_PROTO_INV_PARAM [UNDEF REF (XLE_PROTO_INV_PARAM)]
-
"dim"
The dim attribute is not specified.
-
"divide"
The divide attribute is not specified.
-
XLE_PROTO_UNSUTISFIED_INFO [UNDEF REF (XLE_PROTO_UNSUTISFIED_INFO)]
set_matrix_dim_divide caused an error. The number indicastes an error code.
REFERENCE
BUGS
[UP]
Go To Page Top