package owl

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

Source file owl_dense.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
# 1 "src/owl/dense/owl_dense.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2019 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)

(** Dense data structures: matrix & ndarray  *)


module Ndarray = Owl_dense_ndarray


module Matrix = Owl_dense_matrix
OCaml

Innovation. Community. Security.