include module type of struct include Owl_linalg_s end
Basic functions
Factorisation
Eigenvalues & eigenvectors
Linear system of equations
Sourceval triangular_solve : upper:bool -> ?trans:bool -> mat -> mat -> mat Sourceval linsolve : ?trans:bool -> ?typ:[ `n | `u | `l ] -> mat -> mat -> mat Sourceval discrete_lyapunov :
?solver:[ `default | `direct | `bilinear ] ->
mat ->
mat ->
mat Low-level factorisation functions
Matrix functions
Helper functions
Sourceval peakflops : ?n:int -> unit -> float