4 #include
"/usr/local/include/gsl/gsl_cblas.h"
7 %include
"/usr/local/include/gsl/gsl_cblas.h"
167 %EXPORT_TAGS
= ( all
=> [ @EXPORT_OK
] );
173 Math
::GSL
::CBLAS
- Basic Linear Algebra Subprograms
177 use Math
::GSL
::CBLAS qw
/:all
/;
181 Here is a list of all the functions included in this module
:
185 =item C
<cblas_sdsdot
>
193 =item C
<cblas_cdotu_sub
>
195 =item C
<cblas_cdotc_sub
>
197 =item C
<cblas_zdotu_sub
>
199 =item C
<cblas_zdotc_sub
>
209 =item C
<cblas_scnrm2
>
211 =item C
<cblas_scasum
>
213 =item C
<cblas_dznrm2
>
215 =item C
<cblas_dzasum
>
217 =item C
<cblas_isamax
>
219 =item C
<cblas_idamax
>
221 =item C
<cblas_icamax
>
223 =item C
<cblas_izamax
>
251 =item C
<cblas_srotmg
>
259 =item C
<cblas_drotmg
>
273 =item C
<cblas_csscal
>
275 =item C
<cblas_zdscal
>
415 =item C
<cblas_ssyr2k
>
427 =item C
<cblas_dsyr2k
>
439 =item C
<cblas_csyr2k
>
451 =item C
<cblas_zsyr2k
>
461 =item C
<cblas_cher2k
>
467 =item C
<cblas_zher2k
>
469 =item C
<cblas_xerbla
>
473 This module also contains the following constants
:
477 =item C
<$CblasRowMajor
>
479 =item C
<$CblasColMajor
>
481 =item C
<$CblasNoTrans
>
483 =item C
<$CblasTrans
>
485 =item C
<$CblasConjTrans
>
491 =item C
<$CblasNonUnit
>
497 =item C
<$CblasRight
>
501 For more informations on the functions
, we refer you to the GSL offcial documentation
: L
<http
://www.gnu.org
/software
/gsl
/manual
/html_node
/>
503 Tip
: search on google
: site
:http
://www.gnu.org
/software
/gsl
/manual
/html_node
/ name_of_the_function_you_want
510 Jonathan Leto
<jonathan@leto.net
> and Thierry Moisan
<thierry.moisan@gmail.com
>
512 =head1 COPYRIGHT
AND LICENSE
514 Copyright
(C
) 2008 Jonathan Leto and Thierry Moisan
516 This program is free software
; you can redistribute it and
/or modify it
517 under the same terms as Perl itself.