package owl-base

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

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.7.1.tbz
sha256=4efa33bb2f04fa14f493a3dd9bf4210895ff558d490cf8c3bd1484ba20ff26f3
sha512=1c03d0822a642975ab0b08e621012e17b7b41563196e7c2e93dd2e3338a9b0b37a63c1c6a786b8a40f32f9bd21b4c57f898b12e1b1cdd892b78fe4927e4c35b6

doc/owl-base/Owl_operator/Make_Linalg/index.html

Module Owl_operator.Make_Linalg

Parameters

Signature

val (**@) : ('a, 'b) M.t -> float -> ('a, 'b) M.t

Operator of ``mpow``, i.e. matrix power.

val (/@) : ('a, 'b) M.t -> ('a, 'b) M.t -> ('a, 'b) M.t

Operator of ``linsolve a b``, i.e. for solving a linear system ``a * x = b``.

OCaml

Innovation. Community. Security.