package owl-base

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

Module Owl_viewSource

View module This module is used to create views atop of an ndarray. The view creation is very light-weighted and avoids copying actual data. You can further create views atop of existing views using slicing functions.

All the views share the same underlying ndarray and any modification will be reflected on the original ndarray.

Sourcemodule Make (A : Owl_types.Ndarray_Basic) : sig ... end
OCaml

Innovation. Community. Security.