X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALInterpreter.make_beam.html diff --git a/documentation/code_VALInterpreter.make_beam.html b/documentation/code_VALInterpreter.make_beam.html deleted file mode 100644 index b0ae9c6..0000000 --- a/documentation/code_VALInterpreter.make_beam.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - -Interpreter.make_beam - - -let make_beam = fun input ->
-        let rate_list = fst input in
-        let float_array_list = snd input in
-        let value_array_list = 
-                List.map (Array.map return_R) float_array_list in
-        let fun_list = List.map Array.get value_array_list in
-        let make_signal = fun rate -> fun f -> (rate, f) in
-        let beam = List.map2 make_signal rate_list fun_list in
-        beam
\ No newline at end of file