componentwise(副词/形容词):按分量地;逐分量地;对向量、矩阵或数组的每个对应元素分别进行(运算、比较或定义)。常见于数学、工程与编程语境。也常写作 component-wise。
/kəmˈpoʊnəntˌwaɪz/
We compare the two vectors componentwise.
我们按分量比较这两个向量。
The algorithm applies the nonlinearity componentwise to the hidden states, which keeps the update stable even when inputs are noisy.
该算法把非线性逐分量地作用于隐藏状态,即使输入含噪也能保持更新稳定。
由 component(分量/组成部分) + -wise(以……方式;就……而言) 构成,字面意思是“以分量为单位地”。这种构词法在技术写作中常用于强调“逐项处理”,与口语中的 clockwise(顺时针)那种“-wise”用法相似,但更偏学术与工程表达。