bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.VectorsAndMatrices.DataTypes
Description
http://www.gnu.org/software/gsl/manual/html_node/Data-types.html
Documentation
data C'gsl_block Source
Constructors
C'gsl_block
c'gsl_block'size :: CSize
c'gsl_block'data :: Ptr CDouble
show/hide Instances
data C'gsl_block_char Source
Constructors
C'gsl_block_char
c'gsl_block_char'size :: CSize
c'gsl_block_char'data :: CString
show/hide Instances
data C'gsl_block_complex Source
Constructors
C'gsl_block_complex
c'gsl_block_complex'size :: CSize
c'gsl_block_complex'data :: Ptr CDouble
show/hide Instances
data C'gsl_block_complex_float Source
Constructors
C'gsl_block_complex_float
c'gsl_block_complex_float'size :: CSize
c'gsl_block_complex_float'data :: Ptr CFloat
show/hide Instances
data C'gsl_block_complex_long_double Source
Constructors
C'gsl_block_complex_long_double
c'gsl_block_complex_long_double'size :: CSize
c'gsl_block_complex_long_double'data :: Ptr CLDouble
show/hide Instances
data C'gsl_block_float Source
Constructors
C'gsl_block_float
c'gsl_block_float'size :: CSize
c'gsl_block_float'data :: Ptr CFloat
show/hide Instances
data C'gsl_block_int Source
Constructors
C'gsl_block_int
c'gsl_block_int'size :: CSize
c'gsl_block_int'data :: Ptr CInt
show/hide Instances
data C'gsl_block_long Source
Constructors
C'gsl_block_long
c'gsl_block_long'size :: CSize
c'gsl_block_long'data :: Ptr CLong
show/hide Instances
data C'gsl_block_long_double Source
Constructors
C'gsl_block_long_double
c'gsl_block_long_double'size :: CSize
c'gsl_block_long_double'data :: Ptr CLDouble
show/hide Instances
data C'gsl_block_short Source
Constructors
C'gsl_block_short
c'gsl_block_short'size :: CSize
c'gsl_block_short'data :: Ptr CShort
show/hide Instances
data C'gsl_block_uchar Source
Constructors
C'gsl_block_uchar
c'gsl_block_uchar'size :: CSize
c'gsl_block_uchar'data :: Ptr CUChar
show/hide Instances
data C'gsl_block_uint Source
Constructors
C'gsl_block_uint
c'gsl_block_uint'size :: CSize
c'gsl_block_uint'data :: Ptr CUInt
show/hide Instances
data C'gsl_block_ulong Source
Constructors
C'gsl_block_ulong
c'gsl_block_ulong'size :: CSize
c'gsl_block_ulong'data :: Ptr CULong
show/hide Instances
data C'gsl_block_ushort Source
Constructors
C'gsl_block_ushort
c'gsl_block_ushort'size :: CSize
c'gsl_block_ushort'data :: Ptr CUShort
show/hide Instances
data C'gsl_matrix Source
Constructors
C'gsl_matrix
c'gsl_matrix'size1 :: CSize
c'gsl_matrix'size2 :: CSize
c'gsl_matrix'tda :: CSize
c'gsl_matrix'data :: Ptr CDouble
c'gsl_matrix'block :: Ptr C'gsl_block
c'gsl_matrix'owner :: CInt
show/hide Instances
data C'gsl_matrix_char Source
Constructors
C'gsl_matrix_char
c'gsl_matrix_char'size1 :: CSize
c'gsl_matrix_char'size2 :: CSize
c'gsl_matrix_char'tda :: CSize
c'gsl_matrix_char'data :: CString
c'gsl_matrix_char'block :: Ptr C'gsl_block_char
c'gsl_matrix_char'owner :: CInt
show/hide Instances
data C'gsl_matrix_char_const_view Source
Constructors
C'gsl_matrix_char_const_view
c'gsl_matrix_char_const_view'matrix :: C'gsl_matrix_char
show/hide Instances
data C'gsl_matrix_char_view Source
Constructors
C'gsl_matrix_char_view
c'gsl_matrix_char_view'matrix :: C'gsl_matrix_char
show/hide Instances
data C'gsl_matrix_complex Source
Constructors
C'gsl_matrix_complex
c'gsl_matrix_complex'size1 :: CSize
c'gsl_matrix_complex'size2 :: CSize
c'gsl_matrix_complex'tda :: CSize
c'gsl_matrix_complex'data :: Ptr CDouble
c'gsl_matrix_complex'block :: Ptr C'gsl_block_complex
c'gsl_matrix_complex'owner :: CInt
show/hide Instances
data C'gsl_matrix_complex_const_view Source
Constructors
C'gsl_matrix_complex_const_view
c'gsl_matrix_complex_const_view'matrix :: C'gsl_matrix_complex
show/hide Instances
data C'gsl_matrix_complex_float Source
Constructors
C'gsl_matrix_complex_float
c'gsl_matrix_complex_float'size1 :: CSize
c'gsl_matrix_complex_float'size2 :: CSize
c'gsl_matrix_complex_float'tda :: CSize
c'gsl_matrix_complex_float'data :: Ptr CFloat
c'gsl_matrix_complex_float'block :: Ptr C'gsl_block_complex_float
c'gsl_matrix_complex_float'owner :: CInt
show/hide Instances
data C'gsl_matrix_complex_float_const_view Source
Constructors
C'gsl_matrix_complex_float_const_view
c'gsl_matrix_complex_float_const_view'matrix :: C'gsl_matrix_complex_float
show/hide Instances
data C'gsl_matrix_complex_float_view Source
Constructors
C'gsl_matrix_complex_float_view
c'gsl_matrix_complex_float_view'matrix :: C'gsl_matrix_complex_float
show/hide Instances
data C'gsl_matrix_complex_long_double Source
Constructors
C'gsl_matrix_complex_long_double
c'gsl_matrix_complex_long_double'size1 :: CSize
c'gsl_matrix_complex_long_double'size2 :: CSize
c'gsl_matrix_complex_long_double'tda :: CSize
c'gsl_matrix_complex_long_double'data :: Ptr CLDouble
c'gsl_matrix_complex_long_double'block :: Ptr C'gsl_block_complex_long_double
c'gsl_matrix_complex_long_double'owner :: CInt
show/hide Instances
data C'gsl_matrix_complex_long_double_const_view Source
Constructors
C'gsl_matrix_complex_long_double_const_view
c'gsl_matrix_complex_long_double_const_view'matrix :: C'gsl_matrix_complex_long_double
show/hide Instances
data C'gsl_matrix_complex_long_double_view Source
Constructors
C'gsl_matrix_complex_long_double_view
c'gsl_matrix_complex_long_double_view'matrix :: C'gsl_matrix_complex_long_double
show/hide Instances
data C'gsl_matrix_complex_view Source
Constructors
C'gsl_matrix_complex_view
c'gsl_matrix_complex_view'matrix :: C'gsl_matrix_complex
show/hide Instances
data C'gsl_matrix_const_view Source
Constructors
C'gsl_matrix_const_view
c'gsl_matrix_const_view'matrix :: C'gsl_matrix
show/hide Instances
data C'gsl_matrix_float Source
Constructors
C'gsl_matrix_float
c'gsl_matrix_float'size1 :: CSize
c'gsl_matrix_float'size2 :: CSize
c'gsl_matrix_float'tda :: CSize
c'gsl_matrix_float'data :: Ptr CFloat
c'gsl_matrix_float'block :: Ptr C'gsl_block_float
c'gsl_matrix_float'owner :: CInt
show/hide Instances
data C'gsl_matrix_float_const_view Source
Constructors
C'gsl_matrix_float_const_view
c'gsl_matrix_float_const_view'matrix :: C'gsl_matrix_float
show/hide Instances
data C'gsl_matrix_float_view Source
Constructors
C'gsl_matrix_float_view
c'gsl_matrix_float_view'matrix :: C'gsl_matrix_float
show/hide Instances
data C'gsl_matrix_int Source
Constructors
C'gsl_matrix_int
c'gsl_matrix_int'size1 :: CSize
c'gsl_matrix_int'size2 :: CSize
c'gsl_matrix_int'tda :: CSize
c'gsl_matrix_int'data :: Ptr CInt
c'gsl_matrix_int'block :: Ptr C'gsl_block_int
c'gsl_matrix_int'owner :: CInt
show/hide Instances
data C'gsl_matrix_int_const_view Source
Constructors
C'gsl_matrix_int_const_view
c'gsl_matrix_int_const_view'matrix :: C'gsl_matrix_int
show/hide Instances
data C'gsl_matrix_int_view Source
Constructors
C'gsl_matrix_int_view
c'gsl_matrix_int_view'matrix :: C'gsl_matrix_int
show/hide Instances
data C'gsl_matrix_long Source
Constructors
C'gsl_matrix_long
c'gsl_matrix_long'size1 :: CSize
c'gsl_matrix_long'size2 :: CSize
c'gsl_matrix_long'tda :: CSize
c'gsl_matrix_long'data :: Ptr CLong
c'gsl_matrix_long'block :: Ptr C'gsl_block_long
c'gsl_matrix_long'owner :: CInt
show/hide Instances
data C'gsl_matrix_long_const_view Source
Constructors
C'gsl_matrix_long_const_view
c'gsl_matrix_long_const_view'matrix :: C'gsl_matrix_long
show/hide Instances
data C'gsl_matrix_long_double Source
Constructors
C'gsl_matrix_long_double
c'gsl_matrix_long_double'size1 :: CSize
c'gsl_matrix_long_double'size2 :: CSize
c'gsl_matrix_long_double'tda :: CSize
c'gsl_matrix_long_double'data :: Ptr CLDouble
c'gsl_matrix_long_double'block :: Ptr C'gsl_block_long_double
c'gsl_matrix_long_double'owner :: CInt
show/hide Instances
data C'gsl_matrix_long_double_const_view Source
Constructors
C'gsl_matrix_long_double_const_view
c'gsl_matrix_long_double_const_view'matrix :: C'gsl_matrix_long_double
show/hide Instances
data C'gsl_matrix_long_double_view Source
Constructors
C'gsl_matrix_long_double_view
c'gsl_matrix_long_double_view'matrix :: C'gsl_matrix_long_double
show/hide Instances
data C'gsl_matrix_long_view Source
Constructors
C'gsl_matrix_long_view
c'gsl_matrix_long_view'matrix :: C'gsl_matrix_long
show/hide Instances
data C'gsl_matrix_short Source
Constructors
C'gsl_matrix_short
c'gsl_matrix_short'size1 :: CSize
c'gsl_matrix_short'size2 :: CSize
c'gsl_matrix_short'tda :: CSize
c'gsl_matrix_short'data :: Ptr CShort
c'gsl_matrix_short'block :: Ptr C'gsl_block_short
c'gsl_matrix_short'owner :: CInt
show/hide Instances
data C'gsl_matrix_short_const_view Source
Constructors
C'gsl_matrix_short_const_view
c'gsl_matrix_short_const_view'matrix :: C'gsl_matrix_short
show/hide Instances
data C'gsl_matrix_short_view Source
Constructors
C'gsl_matrix_short_view
c'gsl_matrix_short_view'matrix :: C'gsl_matrix_short
show/hide Instances
data C'gsl_matrix_uchar Source
Constructors
C'gsl_matrix_uchar
c'gsl_matrix_uchar'size1 :: CSize
c'gsl_matrix_uchar'size2 :: CSize
c'gsl_matrix_uchar'tda :: CSize
c'gsl_matrix_uchar'data :: Ptr CUChar
c'gsl_matrix_uchar'block :: Ptr C'gsl_block_uchar
c'gsl_matrix_uchar'owner :: CInt
show/hide Instances
data C'gsl_matrix_uchar_const_view Source
Constructors
C'gsl_matrix_uchar_const_view
c'gsl_matrix_uchar_const_view'matrix :: C'gsl_matrix_uchar
show/hide Instances
data C'gsl_matrix_uchar_view Source
Constructors
C'gsl_matrix_uchar_view
c'gsl_matrix_uchar_view'matrix :: C'gsl_matrix_uchar
show/hide Instances
data C'gsl_matrix_uint Source
Constructors
C'gsl_matrix_uint
c'gsl_matrix_uint'size1 :: CSize
c'gsl_matrix_uint'size2 :: CSize
c'gsl_matrix_uint'tda :: CSize
c'gsl_matrix_uint'data :: Ptr CUInt
c'gsl_matrix_uint'block :: Ptr C'gsl_block_uint
c'gsl_matrix_uint'owner :: CInt
show/hide Instances
data C'gsl_matrix_uint_const_view Source
Constructors
C'gsl_matrix_uint_const_view
c'gsl_matrix_uint_const_view'matrix :: C'gsl_matrix_uint
show/hide Instances
data C'gsl_matrix_uint_view Source
Constructors
C'gsl_matrix_uint_view
c'gsl_matrix_uint_view'matrix :: C'gsl_matrix_uint
show/hide Instances
data C'gsl_matrix_ulong Source
Constructors
C'gsl_matrix_ulong
c'gsl_matrix_ulong'size1 :: CSize
c'gsl_matrix_ulong'size2 :: CSize
c'gsl_matrix_ulong'tda :: CSize
c'gsl_matrix_ulong'data :: Ptr CULong
c'gsl_matrix_ulong'block :: Ptr C'gsl_block_ulong
c'gsl_matrix_ulong'owner :: CInt
show/hide Instances
data C'gsl_matrix_ulong_const_view Source
Constructors
C'gsl_matrix_ulong_const_view
c'gsl_matrix_ulong_const_view'matrix :: C'gsl_matrix_ulong
show/hide Instances
data C'gsl_matrix_ulong_view Source
Constructors
C'gsl_matrix_ulong_view
c'gsl_matrix_ulong_view'matrix :: C'gsl_matrix_ulong
show/hide Instances
data C'gsl_matrix_ushort Source
Constructors
C'gsl_matrix_ushort
c'gsl_matrix_ushort'size1 :: CSize
c'gsl_matrix_ushort'size2 :: CSize
c'gsl_matrix_ushort'tda :: CSize
c'gsl_matrix_ushort'data :: Ptr CUShort
c'gsl_matrix_ushort'block :: Ptr C'gsl_block_ushort
c'gsl_matrix_ushort'owner :: CInt
show/hide Instances
data C'gsl_matrix_ushort_const_view Source
Constructors
C'gsl_matrix_ushort_const_view
c'gsl_matrix_ushort_const_view'matrix :: C'gsl_matrix_ushort
show/hide Instances
data C'gsl_matrix_ushort_view Source
Constructors
C'gsl_matrix_ushort_view
c'gsl_matrix_ushort_view'matrix :: C'gsl_matrix_ushort
show/hide Instances
data C'gsl_matrix_view Source
Constructors
C'gsl_matrix_view
c'gsl_matrix_view'matrix :: C'gsl_matrix
show/hide Instances
data C'gsl_vector Source
Constructors
C'gsl_vector
c'gsl_vector'size :: CSize
c'gsl_vector'stride :: CSize
c'gsl_vector'data :: Ptr CDouble
c'gsl_vector'block :: Ptr C'gsl_block
c'gsl_vector'owner :: CInt
show/hide Instances
data C'gsl_vector_char Source
Constructors
C'gsl_vector_char
c'gsl_vector_char'size :: CSize
c'gsl_vector_char'stride :: CSize
c'gsl_vector_char'data :: CString
c'gsl_vector_char'block :: Ptr C'gsl_block_char
c'gsl_vector_char'owner :: CInt
show/hide Instances
data C'gsl_vector_char_const_view Source
Constructors
C'gsl_vector_char_const_view
c'gsl_vector_char_const_view'vector :: C'gsl_vector_char
show/hide Instances
data C'gsl_vector_char_view Source
Constructors
C'gsl_vector_char_view
c'gsl_vector_char_view'vector :: C'gsl_vector_char
show/hide Instances
data C'gsl_vector_complex Source
Constructors
C'gsl_vector_complex
c'gsl_vector_complex'size :: CSize
c'gsl_vector_complex'stride :: CSize
c'gsl_vector_complex'data :: Ptr CDouble
c'gsl_vector_complex'block :: Ptr C'gsl_block_complex
c'gsl_vector_complex'owner :: CInt
show/hide Instances
data C'gsl_vector_complex_const_view Source
Constructors
C'gsl_vector_complex_const_view
c'gsl_vector_complex_const_view'vector :: C'gsl_vector_complex
show/hide Instances
data C'gsl_vector_complex_float Source
Constructors
C'gsl_vector_complex_float
c'gsl_vector_complex_float'size :: CSize
c'gsl_vector_complex_float'stride :: CSize
c'gsl_vector_complex_float'data :: Ptr CFloat
c'gsl_vector_complex_float'block :: Ptr C'gsl_block_complex_float
c'gsl_vector_complex_float'owner :: CInt
show/hide Instances
data C'gsl_vector_complex_float_const_view Source
Constructors
C'gsl_vector_complex_float_const_view
c'gsl_vector_complex_float_const_view'vector :: C'gsl_vector_complex_float
show/hide Instances
data C'gsl_vector_complex_float_view Source
Constructors
C'gsl_vector_complex_float_view
c'gsl_vector_complex_float_view'vector :: C'gsl_vector_complex_float
show/hide Instances
data C'gsl_vector_complex_long_double Source
Constructors
C'gsl_vector_complex_long_double
c'gsl_vector_complex_long_double'size :: CSize
c'gsl_vector_complex_long_double'stride :: CSize
c'gsl_vector_complex_long_double'data :: Ptr CLDouble
c'gsl_vector_complex_long_double'block :: Ptr C'gsl_block_complex_long_double
c'gsl_vector_complex_long_double'owner :: CInt
show/hide Instances
data C'gsl_vector_complex_long_double_const_view Source
Constructors
C'gsl_vector_complex_long_double_const_view
c'gsl_vector_complex_long_double_const_view'vector :: C'gsl_vector_complex_long_double
show/hide Instances
data C'gsl_vector_complex_long_double_view Source
Constructors
C'gsl_vector_complex_long_double_view
c'gsl_vector_complex_long_double_view'vector :: C'gsl_vector_complex_long_double
show/hide Instances
data C'gsl_vector_complex_view Source
Constructors
C'gsl_vector_complex_view
c'gsl_vector_complex_view'vector :: C'gsl_vector_complex
show/hide Instances
data C'gsl_vector_const_view Source
Constructors
C'gsl_vector_const_view
c'gsl_vector_const_view'vector :: C'gsl_vector
show/hide Instances
data C'gsl_vector_float Source
Constructors
C'gsl_vector_float
c'gsl_vector_float'size :: CSize
c'gsl_vector_float'stride :: CSize
c'gsl_vector_float'data :: Ptr CFloat
c'gsl_vector_float'block :: Ptr C'gsl_block_float
c'gsl_vector_float'owner :: CInt
show/hide Instances
data C'gsl_vector_float_const_view Source
Constructors
C'gsl_vector_float_const_view
c'gsl_vector_float_const_view'vector :: C'gsl_vector_float
show/hide Instances
data C'gsl_vector_float_view Source
Constructors
C'gsl_vector_float_view
c'gsl_vector_float_view'vector :: C'gsl_vector_float
show/hide Instances
data C'gsl_vector_int Source
Constructors
C'gsl_vector_int
c'gsl_vector_int'size :: CSize
c'gsl_vector_int'stride :: CSize
c'gsl_vector_int'data :: Ptr CInt
c'gsl_vector_int'block :: Ptr C'gsl_block_int
c'gsl_vector_int'owner :: CInt
show/hide Instances
data C'gsl_vector_int_const_view Source
Constructors
C'gsl_vector_int_const_view
c'gsl_vector_int_const_view'vector :: C'gsl_vector_int
show/hide Instances
data C'gsl_vector_int_view Source
Constructors
C'gsl_vector_int_view
c'gsl_vector_int_view'vector :: C'gsl_vector_int
show/hide Instances
data C'gsl_vector_long Source
Constructors
C'gsl_vector_long
c'gsl_vector_long'size :: CSize
c'gsl_vector_long'stride :: CSize
c'gsl_vector_long'data :: Ptr CLong
c'gsl_vector_long'block :: Ptr C'gsl_block_long
c'gsl_vector_long'owner :: CInt
show/hide Instances
data C'gsl_vector_long_const_view Source
Constructors
C'gsl_vector_long_const_view
c'gsl_vector_long_const_view'vector :: C'gsl_vector_long
show/hide Instances
data C'gsl_vector_long_double Source
Constructors
C'gsl_vector_long_double
c'gsl_vector_long_double'size :: CSize
c'gsl_vector_long_double'stride :: CSize
c'gsl_vector_long_double'data :: Ptr CLDouble
c'gsl_vector_long_double'block :: Ptr C'gsl_block_long_double
c'gsl_vector_long_double'owner :: CInt
show/hide Instances
data C'gsl_vector_long_double_const_view Source
Constructors
C'gsl_vector_long_double_const_view
c'gsl_vector_long_double_const_view'vector :: C'gsl_vector_long_double
show/hide Instances
data C'gsl_vector_long_double_view Source
Constructors
C'gsl_vector_long_double_view
c'gsl_vector_long_double_view'vector :: C'gsl_vector_long_double
show/hide Instances
data C'gsl_vector_long_view Source
Constructors
C'gsl_vector_long_view
c'gsl_vector_long_view'vector :: C'gsl_vector_long
show/hide Instances
data C'gsl_vector_short Source
Constructors
C'gsl_vector_short
c'gsl_vector_short'size :: CSize
c'gsl_vector_short'stride :: CSize
c'gsl_vector_short'data :: Ptr CShort
c'gsl_vector_short'block :: Ptr C'gsl_block_short
c'gsl_vector_short'owner :: CInt
show/hide Instances
data C'gsl_vector_short_const_view Source
Constructors
C'gsl_vector_short_const_view
c'gsl_vector_short_const_view'vector :: C'gsl_vector_short
show/hide Instances
data C'gsl_vector_short_view Source
Constructors
C'gsl_vector_short_view
c'gsl_vector_short_view'vector :: C'gsl_vector_short
show/hide Instances
data C'gsl_vector_uchar Source
Constructors
C'gsl_vector_uchar
c'gsl_vector_uchar'size :: CSize
c'gsl_vector_uchar'stride :: CSize
c'gsl_vector_uchar'data :: Ptr CUChar
c'gsl_vector_uchar'block :: Ptr C'gsl_block_uchar
c'gsl_vector_uchar'owner :: CInt
show/hide Instances
data C'gsl_vector_uchar_const_view Source
Constructors
C'gsl_vector_uchar_const_view
c'gsl_vector_uchar_const_view'vector :: C'gsl_vector_uchar
show/hide Instances
data C'gsl_vector_uchar_view Source
Constructors
C'gsl_vector_uchar_view
c'gsl_vector_uchar_view'vector :: C'gsl_vector_uchar
show/hide Instances
data C'gsl_vector_uint Source
Constructors
C'gsl_vector_uint
c'gsl_vector_uint'size :: CSize
c'gsl_vector_uint'stride :: CSize
c'gsl_vector_uint'data :: Ptr CUInt
c'gsl_vector_uint'block :: Ptr C'gsl_block_uint
c'gsl_vector_uint'owner :: CInt
show/hide Instances
data C'gsl_vector_uint_const_view Source
Constructors
C'gsl_vector_uint_const_view
c'gsl_vector_uint_const_view'vector :: C'gsl_vector_uint
show/hide Instances
data C'gsl_vector_uint_view Source
Constructors
C'gsl_vector_uint_view
c'gsl_vector_uint_view'vector :: C'gsl_vector_uint
show/hide Instances
data C'gsl_vector_ulong Source
Constructors
C'gsl_vector_ulong
c'gsl_vector_ulong'size :: CSize
c'gsl_vector_ulong'stride :: CSize
c'gsl_vector_ulong'data :: Ptr CULong
c'gsl_vector_ulong'block :: Ptr C'gsl_block_ulong
c'gsl_vector_ulong'owner :: CInt
show/hide Instances
data C'gsl_vector_ulong_const_view Source
Constructors
C'gsl_vector_ulong_const_view
c'gsl_vector_ulong_const_view'vector :: C'gsl_vector_ulong
show/hide Instances
data C'gsl_vector_ulong_view Source
Constructors
C'gsl_vector_ulong_view
c'gsl_vector_ulong_view'vector :: C'gsl_vector_ulong
show/hide Instances
data C'gsl_vector_ushort Source
Constructors
C'gsl_vector_ushort
c'gsl_vector_ushort'size :: CSize
c'gsl_vector_ushort'stride :: CSize
c'gsl_vector_ushort'data :: Ptr CUShort
c'gsl_vector_ushort'block :: Ptr C'gsl_block_ushort
c'gsl_vector_ushort'owner :: CInt
show/hide Instances
data C'gsl_vector_ushort_const_view Source
Constructors
C'gsl_vector_ushort_const_view
c'gsl_vector_ushort_const_view'vector :: C'gsl_vector_ushort
show/hide Instances
data C'gsl_vector_ushort_view Source
Constructors
C'gsl_vector_ushort_view
c'gsl_vector_ushort_view'vector :: C'gsl_vector_ushort
show/hide Instances
data C'gsl_vector_view Source
Constructors
C'gsl_vector_view
c'gsl_vector_view'vector :: C'gsl_vector
show/hide Instances
Produced by Haddock version 2.4.2