package eigen
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Owl's OCaml interface to Eigen3 C++ library
Install
dune-project
Dependency
Authors
Maintainers
Sources
eigen-0.3.1.tbz
sha256=dcb882701d1266550489f1c08f24dd14f840f1beb6f730fe84e87c9ed9a602e4
sha512=3efbf403d3daa765d7a5e6695c276566f9ff72c5e266044c6ae19d168c86dd87ddc9eb8bfa75417837cc340944b30e798e6f5d2417a0f53c48316dae9149ae7b
doc/src/eigen/eigen.ml.html
Source file eigen.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45(* * Eigen - an OCaml interface to C++ Eigen library * Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk> *) module Dense = struct module S = Eigen_dsmat_s module D = Eigen_dsmat_d module C = Eigen_dsmat_c module Z = Eigen_dsmat_z end module Sparse = struct module S = Eigen_spmat_s module D = Eigen_spmat_d module C = Eigen_spmat_c module Z = Eigen_spmat_z end module Tensor = struct module S = Eigen_tensor_s module D = Eigen_tensor_d end module Utils = Eigen_utils module Types = Eigen_types
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>