Fork me on GitHub
Nothing Special   »   [go: up one dir, main page]

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