Gsl.WaveletWavelet Transforms
val name : t -> stringval workspace_make : int -> wsval workspace_size : ws -> intval transform_vector_flat :
t ->
direction ->
?ws:ws ->
Vector_flat.vector ->
unitval transform_vector : t -> direction -> ?ws:ws -> Vector.vector -> unitval transform_gen : t -> direction -> ?ws:ws -> [< Vectmat.vec ] -> unitval transform_matrix_flat :
t ->
ordering ->
direction ->
?ws:ws ->
Matrix_flat.matrix ->
unitval transform_matrix :
t ->
ordering ->
direction ->
?ws:ws ->
Matrix.matrix ->
unitval transform_matrix_gen :
t ->
ordering ->
direction ->
?ws:ws ->
[< Vectmat.mat ] ->
unit