Vectorized operations for BandHiC matrices#
These functions perform element-wise operations on BandHiC matrices, allowing for efficient computation across the matrix elements. These functions are wrapped around numpy ufuncs to provide a consistent interface for element-wise operations.
|
Perform element-wise 'absolute' operation. |
|
Perform element-wise 'add' operation with two inputs. |
|
Perform element-wise 'arccos' operation. |
|
Perform element-wise 'arccosh' operation. |
|
Perform element-wise 'arcsin' operation. |
|
Perform element-wise 'arcsinh' operation. |
|
Perform element-wise 'arctan' operation. |
|
Perform element-wise 'arctan2' operation with two inputs. |
|
Perform element-wise 'arctanh' operation. |
|
Perform element-wise 'bitwise_and' operation with two inputs. |
|
Perform element-wise 'bitwise_or' operation with two inputs. |
|
Perform element-wise 'bitwise_xor' operation with two inputs. |
|
Perform element-wise 'cbrt' operation. |
|
Perform element-wise 'conj' operation. |
|
Perform element-wise 'conjugate' operation. |
|
Perform element-wise 'cos' operation. |
|
Perform element-wise 'cosh' operation. |
|
Perform element-wise 'deg2rad' operation. |
|
Perform element-wise 'degrees' operation. |
|
Perform element-wise 'divide' operation with two inputs. |
|
Perform element-wise 'divmod' operation with two inputs. |
|
Perform element-wise 'equal' operation with two inputs. |
|
Perform element-wise 'exp' operation. |
|
Perform element-wise 'exp2' operation. |
|
Perform element-wise 'expm1' operation. |
|
Perform element-wise 'fabs' operation. |
|
Perform element-wise 'float_power' operation with two inputs. |
|
Perform element-wise 'floor_divide' operation with two inputs. |
|
Perform element-wise 'fmod' operation with two inputs. |
|
Perform element-wise 'gcd' operation with two inputs. |
|
Perform element-wise 'greater' operation with two inputs. |
|
Perform element-wise 'greater_equal' operation with two inputs. |
|
Perform element-wise 'heaviside' operation with two inputs. |
|
Perform element-wise 'hypot' operation with two inputs. |
|
Perform element-wise 'invert' operation. |
|
Perform element-wise 'lcm' operation with two inputs. |
|
Perform element-wise 'left_shift' operation with two inputs. |
|
Perform element-wise 'less' operation with two inputs. |
|
Perform element-wise 'less_equal' operation with two inputs. |
|
Perform element-wise 'log' operation. |
|
Perform element-wise 'log1p' operation. |
|
Perform element-wise 'log2' operation. |
|
Perform element-wise 'log10' operation. |
|
Perform element-wise 'logaddexp' operation with two inputs. |
|
Perform element-wise 'logaddexp2' operation with two inputs. |
|
Perform element-wise 'logical_and' operation with two inputs. |
|
Perform element-wise 'logical_or' operation with two inputs. |
|
Perform element-wise 'logical_xor' operation with two inputs. |
|
Perform element-wise 'maximum' operation with two inputs. |
|
Perform element-wise 'minimum' operation with two inputs. |
|
Perform element-wise 'mod' operation with two inputs. |
|
Perform element-wise 'multiply' operation with two inputs. |
|
Perform element-wise 'negative' operation. |
|
Perform element-wise 'not_equal' operation with two inputs. |
|
Perform element-wise 'positive' operation. |
|
Perform element-wise 'power' operation with two inputs. |
|
Perform element-wise 'rad2deg' operation. |
|
Perform element-wise 'radians' operation. |
|
Perform element-wise 'reciprocal' operation. |
|
Perform element-wise 'remainder' operation with two inputs. |
|
Perform element-wise 'right_shift' operation with two inputs. |
|
Perform element-wise 'rint' operation. |
|
Perform element-wise 'sign' operation. |
|
Perform element-wise 'sin' operation. |
|
Perform element-wise 'sinh' operation. |
|
Perform element-wise 'sqrt' operation. |
|
Perform element-wise 'square' operation. |
|
Perform element-wise 'subtract' operation with two inputs. |
|
Perform element-wise 'tan' operation. |
|
Perform element-wise 'tanh' operation. |
|
Perform element-wise 'true_divide' operation with two inputs. |