package osdp

  1. Overview
  2. Docs

Module Osdp.MatrixSource

Matrices and basic operations.

Sourcemodule type S = sig ... end
Sourcemodule Make (ET : Scalar.S) : S with module Coeff = ET
Sourcemodule Q : S with module Coeff = Scalar.Q

Matrix with Q.t coefficients from the library Zarith.

Sourcemodule Float : S with module Coeff = Scalar.Float

Matrix with float coefficients

OCaml

Innovation. Community. Security.