b.FV().NumPy()[:] = abs(b.FV().NumPy()) - 1.0. which will give you the component-wise operation (absolute value minus one) applied on the vector b.
確定! 回上一頁