Fork me on GitHub

src/arraymancer/linear_algebra/helpers/init_colmajor

Search:
Group by:
  Source Edit

Procs

proc newMatrixUninitColMajor[T](M: var Tensor[T]; rows, cols: int) {.noinit,
    inline.}
  Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood