package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-1.0.0.tbz
sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe
sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461

doc/src/owl/owl_ndarray.ml.html

Source file owl_ndarray.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 1 "src/owl/core/owl_ndarray.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)

(** Tensor operations implementation in Owl's Ndarray *)

include Owl_ndarray_maths
include Owl_ndarray_conv
include Owl_ndarray_pool
include Owl_ndarray_upsampling
include Owl_ndarray_contract
include Owl_ndarray_transpose
include Owl_ndarray_slide
include Owl_ndarray_sort
include Owl_ndarray_utils

(* ends here *)