package owl

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

Source file owl_sparse.ml

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

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

module Ndarray = Owl_sparse_ndarray
module Matrix = Owl_sparse_matrix
module Dok_matrix = Owl_sparse_dok_matrix
OCaml

Innovation. Community. Security.