Fork me on GitHub

src/arraymancer/tensor/display

Search:
Group by:
  Source Edit

Procs

proc `$`[T](t: Tensor[T]): string
Pretty-print a tensor (when using echo for example)   Source Edit
proc pretty[T](t: Tensor[T]; precision = -1): string
Pretty-print a Tensor with the option to set a custom precision for float values.   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood