dot method

List dot(
  1. List tensor
)

Implementation

List dot(List tensor) => DartTensor().linalg.dot(this, tensor);