Created
August 6, 2015 21:00
-
-
Save rleonid/da36c435d640d71c7b35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# #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