Info Node: (gsl-ref.info)Vectors and Matrices

CFHT HOME gsl-ref.info: Vectors and Matrices


up: Top next: Permutations prev: Special Functions Back to Software Index

8 Vectors and Matrices
**********************

The functions described in this chapter provide a simple vector and
matrix interface to ordinary C arrays.  The memory management of these
arrays is implemented using a single underlying type, known as a block.
By writing your functions in terms of vectors and matrices you can pass
a single structure containing both data and dimensions as an argument
without needing additional function parameters.  The structures are
compatible with the vector and matrix formats used by BLAS routines.

* Data types
* Blocks
* Vectors
* Matrices

automatically generated by info2www version 1.2