elementwise_pow

Function elementwise_pow 

Source
pub fn elementwise_pow(a: &Value, b: &Value) -> Result<Value, String>
Expand description

Element-wise power: A .^ B Supports matrix-matrix, matrix-scalar, and scalar-matrix operations