package owl-base

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

Source file owl_base_dense_matrix_z.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 1 "src/base/dense/owl_base_dense_matrix_z.ml"
(*
 * OWL - OCaml Scientific Computing
 * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz>
 *)

open Bigarray
module M = Owl_base_dense_matrix_generic
include M

type elt = Complex.t

type mat = (Complex.t, Bigarray.complex64_elt) M.t

type cast_mat = (float, float64_elt) Owl_base_dense_matrix_generic.t

let eye = M.eye Complex64
OCaml

Innovation. Community. Security.