Fork me on GitHub

src/arraymancer/linear_algebra/helpers/solve_lapack

Search:
Group by:
  Source Edit

Procs

proc gesv[T: SomeFloat](a, b: var Tensor[T]; pivot_indices: var seq[int32])

Wrapper for LAPACK *gesv routines Solve AX = B for general matrix

In-place version, this will overwrite a and b

  Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood