Basic functions
Factorisation
Eigenvalues & eigenvectors
Sourceval eigvals : ?permute:bool -> ?scale:bool -> mat -> mat 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