X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALInterpreter.matrix_transpose.html diff --git a/documentation/code_VALInterpreter.matrix_transpose.html b/documentation/code_VALInterpreter.matrix_transpose.html deleted file mode 100644 index 2bedad1..0000000 --- a/documentation/code_VALInterpreter.matrix_transpose.html +++ /dev/null @@ -1,25 +0,0 @@ -
- - - - - - - - - - - - - - - -let matrix_transpose = fun m_array_array -> fun width ->
- let get_element = fun i -> fun array -> Array.get array i in
- let get_line = fun array_array -> fun i ->
- Array.map (get_element i) array_array in
- let transpose array_array = Array.init width (get_line array_array) in
- transpose m_array_array
\ No newline at end of file