Function russell_tensor::t2_ddot_t2[][src]

pub fn t2_ddot_t2(a: &Tensor2, b: &Tensor2) -> f64
Expand description

Performs the double dot (ddot) operation between two Tensor2 (inner product)

s = a : b

Arguments

  • a - A second-order tensor
  • b - A second-order tensor