Skip to content

Instantly share code, notes, and snippets.

@rleonid
Created August 6, 2015 21:00
Show Gist options
  • Save rleonid/da36c435d640d71c7b35 to your computer and use it in GitHub Desktop.
Save rleonid/da36c435d640d71c7b35 to your computer and use it in GitHub Desktop.
# #require "oml" ;;
# #show_module Oml ;;
module Oml :
sig
module Util : sig end
module Vectors : sig end
module Matrices : sig end
module Continued_fraction : sig end
module Functions : sig end
module Distributions : sig end
module Estimations : sig end
module Descriptive : sig end
module Inference : sig end
module Svd : sig end
module Regression : sig end
module Sampling : sig end
module Solvers : sig end
module Running : sig end
module Classify : sig end
module Measures : sig end
module Pca : sig end
end
# open Oml ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment