package gsl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
GSL - Bindings to the GNU Scientific Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
gsl-ocaml-1.19.3.tar.gz
sha256=b00f67b0724583d8bc920e05188cf3aa2f95e5a3e572dbf3c4725d74e120f75b
md5=1ab7be9ac5a21b3ab9400c63f2fc82d7
doc/gsl/Gsl_vector_flat/index.html
Module Gsl_vector_flat
Vector of floats implemented with a float array
type vector = double_vector_flatOperations
val create : ?init:float -> int -> vectorval of_array : float array -> vectorval to_array : vector -> float arrayval length : vector -> intval get : vector -> int -> floatval set : vector -> int -> float -> unitval set_all : vector -> float -> unitval set_zero : vector -> unitval set_basis : vector -> int -> unitval swap_element : vector -> int -> int -> unitval reverse : vector -> unitval scale : vector -> float -> unitval add_constant : vector -> float -> unitval is_null : vector -> boolval max : vector -> floatval min : vector -> floatval minmax : vector -> float * floatval max_index : vector -> intval min_index : vector -> intval minmax_index : vector -> int * intNo-copy operations
val view_array : ?stride:int -> ?off:int -> ?len:int -> float array -> vector sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page