package owl-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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``.