src/numericalnim/private/arraymancerOverloads

Source   Edit  

Procs

proc `*`[T: not SomeNumber](t1: Tensor[float]; t2: Tensor[T]): Tensor[T]
Source   Edit  
proc `*`[T: not SomeNumber](t1: Tensor[T]; t2: Tensor[float]): Tensor[T]
Source   Edit  
proc `*`[T: not SomeNumber](t1: Tensor[T]; t2: Tensor[T]): Tensor[T]
Source   Edit  
proc `+`[T: not SomeNumber](t1: Tensor[T]; t2: Tensor[T]): Tensor[T]
Source   Edit  
proc dot[T: not SomeNumber](t1: Tensor[float]; t2: Tensor[T]): T
Source   Edit