package owl-base

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Base

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.8.0.tbz
sha256=862af251e2a3e7a6b79724a4020a0c9308b36f12c85cd0a52385c4df82132c66
sha512=c1dabbf467a587757b11a28b9c6e8f68a86ce799d07c7ab5f2afa92d20145ba9e4282975aeb269b7324f5ba90d1576db156006f4d58177a860def773f9d974f2

doc/owl-base/Owl_base_linalg_d/index.html

Module Owl_base_linalg_dSource

Sourcetype elt = float
include Owl_base_linalg_intf.Common with type elt := elt and type mat := mat and type complex_mat := complex_mat and type int32_mat := int32_mat
Basic functions
Sourceval inv : mat -> mat
Sourceval det : mat -> elt
Sourceval logdet : mat -> elt
Sourceval is_triu : mat -> bool
Sourceval is_tril : mat -> bool
Sourceval is_symmetric : mat -> bool
Sourceval is_diag : mat -> bool
Factorisation
Sourceval svd : ?thin:bool -> mat -> mat * mat * mat
Sourceval chol : ?upper:bool -> mat -> mat
Sourceval qr : ?thin:bool -> ?pivot:bool -> mat -> mat * mat * int32_mat
Sourceval lq : ?thin:bool -> mat -> mat * mat
Linear system of equations
Sourceval linsolve : ?trans:bool -> ?typ:[ `n | `u | `l ] -> mat -> mat -> mat
Sourceval sylvester : mat -> mat -> mat -> mat
Sourceval lyapunov : mat -> mat -> mat
Sourceval discrete_lyapunov : ?solver:[ `default | `direct | `bilinear ] -> mat -> mat -> mat
include Owl_base_linalg_intf.Real with type elt := elt and type mat := mat
Sourceval care : ?diag_r:bool -> mat -> mat -> mat -> mat -> mat
OCaml

Innovation. Community. Security.