4 %include
"gsl_typemaps.i"
6 %apply int
*OUTPUT { size_t
*imin
, size_t
*imax
, size_t
*jmin
, size_t
*jmax
};
7 //%apply gsl_vector
*OUTPUT { gsl_vector
*V
};
8 %apply double
*OUTPUT { double
* min_out
, double
* max_out
};
10 FILE * fopen
(char
*, char
*);
14 #include
"gsl/gsl_matrix.h"
15 #include
"gsl/gsl_complex.h"
16 #include
"gsl/gsl_vector_double.h"
17 #include
"gsl/gsl_matrix_double.h"
18 #include
"gsl/gsl_matrix_int.h"
19 #include
"gsl/gsl_matrix_complex_double.h"
20 #include
"gsl/gsl_matrix_char.h"
23 %include
"gsl/gsl_matrix.h"
24 %include
"gsl/gsl_complex.h"
25 %include
"gsl/gsl_vector_double.h"
26 %include
"gsl/gsl_matrix_double.h"
27 %include
"gsl/gsl_matrix_int.h"
28 %include
"gsl/gsl_matrix_complex_double.h"
29 %include
"gsl/gsl_matrix_char.h"
34 no warnings 'redefine'
;
36 use Math
::GSL qw
/:all
/;
37 use Math
::GSL
::Errno qw
/:all
/;
39 @EXPORT_OK
= qw
/fopen fclose
40 gsl_matrix_alloc gsl_matrix_calloc gsl_matrix_alloc_from_block
41 gsl_matrix_alloc_from_matrix gsl_vector_alloc_row_from_matrix
42 gsl_vector_alloc_col_from_matrix gsl_matrix_free gsl_matrix_submatrix
43 gsl_matrix_row gsl_matrix_column gsl_matrix_diagonal
44 gsl_matrix_subdiagonal gsl_matrix_superdiagonal gsl_matrix_subrow
45 gsl_matrix_subcolumn gsl_matrix_view_array
46 gsl_matrix_view_array_with_tda gsl_matrix_view_vector
47 gsl_matrix_view_vector_with_tda gsl_matrix_const_submatrix
48 gsl_matrix_const_row gsl_matrix_const_column gsl_matrix_const_diagonal
49 gsl_matrix_const_subdiagonal gsl_matrix_const_superdiagonal
50 gsl_matrix_const_subrow gsl_matrix_const_subcolumn
51 gsl_matrix_const_view_array gsl_matrix_const_view_array_with_tda
52 gsl_matrix_const_view_vector gsl_matrix_const_view_vector_with_tda
53 gsl_matrix_get gsl_matrix_set gsl_matrix_ptr gsl_matrix_const_ptr
54 gsl_matrix_set_zero gsl_matrix_set_identity gsl_matrix_set_all
55 gsl_matrix_fread gsl_matrix_fwrite gsl_matrix_fscanf gsl_matrix_fprintf
56 gsl_matrix_memcpy gsl_matrix_swap gsl_matrix_swap_rows
57 gsl_matrix_swap_columns gsl_matrix_swap_rowcol gsl_matrix_transpose
58 gsl_matrix_transpose_memcpy gsl_matrix_max gsl_matrix_min
59 gsl_matrix_minmax gsl_matrix_max_index gsl_matrix_min_index
60 gsl_matrix_minmax_index gsl_matrix_isnull gsl_matrix_ispos
61 gsl_matrix_isneg gsl_matrix_isnonneg gsl_matrix_add gsl_matrix_sub
62 gsl_matrix_mul_elements gsl_matrix_div_elements gsl_matrix_scale
63 gsl_matrix_add_constant gsl_matrix_add_diagonal
64 gsl_matrix_char_alloc gsl_matrix_char_calloc gsl_matrix_char_alloc_from_block
65 gsl_matrix_char_alloc_from_matrix gsl_vector_char_alloc_row_from_matrix gsl_vector_char_alloc_col_from_matrix
66 gsl_matrix_char_free gsl_matrix_char_submatrix
67 gsl_matrix_char_row gsl_matrix_char_column
68 gsl_matrix_char_diagonal gsl_matrix_char_subdiagonal gsl_matrix_char_superdiagonal
69 gsl_matrix_char_subrow gsl_matrix_char_subcolumn gsl_matrix_char_view_array
70 gsl_matrix_char_view_array_with_tda gsl_matrix_char_view_vector gsl_matrix_char_view_vector_with_tda
71 gsl_matrix_char_const_submatrix gsl_matrix_char_const_row gsl_matrix_char_const_column
72 gsl_matrix_char_const_diagonal gsl_matrix_char_const_subdiagonal gsl_matrix_char_const_superdiagonal
73 gsl_matrix_char_const_subrow gsl_matrix_char_const_subcolumn gsl_matrix_char_const_view_array
74 gsl_matrix_char_const_view_array_with_tda gsl_matrix_char_const_view_vector gsl_matrix_char_const_view_vector_with_tda
75 gsl_matrix_char_get gsl_matrix_char_set gsl_matrix_char_ptr gsl_matrix_char_const_ptr
76 gsl_matrix_char_set_zero gsl_matrix_char_set_identity
77 gsl_matrix_char_set_all gsl_matrix_char_fread
78 gsl_matrix_char_fwrite gsl_matrix_char_fscanf gsl_matrix_char_fprintf
79 gsl_matrix_char_memcpy gsl_matrix_char_swap
80 gsl_matrix_char_swap_rows gsl_matrix_char_swap_columns
81 gsl_matrix_char_swap_rowcol gsl_matrix_char_transpose gsl_matrix_char_transpose_memcpy
82 gsl_matrix_char_max gsl_matrix_char_min
83 gsl_matrix_char_minmax gsl_matrix_char_max_index
84 gsl_matrix_char_min_index gsl_matrix_char_minmax_index
85 gsl_matrix_char_isnull gsl_matrix_char_ispos gsl_matrix_char_isneg
86 gsl_matrix_char_isnonneg gsl_matrix_char_add
87 gsl_matrix_char_sub gsl_matrix_char_mul_elements gsl_matrix_char_div_elements
88 gsl_matrix_char_scale gsl_matrix_char_add_constant gsl_matrix_char_add_diagonal
89 gsl_matrix_int_alloc gsl_matrix_int_calloc gsl_matrix_int_alloc_from_block
90 gsl_matrix_int_alloc_from_matrix gsl_vector_int_alloc_row_from_matrix gsl_vector_int_alloc_col_from_matrix
91 gsl_matrix_int_free gsl_matrix_int_submatrix gsl_matrix_int_row
92 gsl_matrix_int_column gsl_matrix_int_diagonal gsl_matrix_int_subdiagonal
93 gsl_matrix_int_superdiagonal gsl_matrix_int_subrow gsl_matrix_int_subcolumn gsl_matrix_int_view_array
94 gsl_matrix_int_view_array_with_tda gsl_matrix_int_view_vector gsl_matrix_int_view_vector_with_tda
95 gsl_matrix_int_const_submatrix gsl_matrix_int_const_row gsl_matrix_int_const_column
96 gsl_matrix_int_const_diagonal gsl_matrix_int_const_subdiagonal gsl_matrix_int_const_superdiagonal
97 gsl_matrix_int_const_subrow gsl_matrix_int_const_subcolumn gsl_matrix_int_const_view_array
98 gsl_matrix_int_const_view_array_with_tda gsl_matrix_int_const_view_vector gsl_matrix_int_const_view_vector_with_tda
99 gsl_matrix_int_get gsl_matrix_int_set
100 gsl_matrix_int_ptr gsl_matrix_int_const_ptr
101 gsl_matrix_int_set_zero gsl_matrix_int_set_identity gsl_matrix_int_set_all
102 gsl_matrix_int_fread gsl_matrix_int_fwrite
103 gsl_matrix_int_fscanf gsl_matrix_int_fprintf
104 gsl_matrix_int_memcpy gsl_matrix_int_swap
105 gsl_matrix_int_swap_rows gsl_matrix_int_swap_columns gsl_matrix_int_swap_rowcol
106 gsl_matrix_int_transpose gsl_matrix_int_transpose_memcpy
107 gsl_matrix_int_max gsl_matrix_int_min gsl_matrix_int_minmax
108 gsl_matrix_int_max_index gsl_matrix_int_min_index
109 gsl_matrix_int_minmax_index gsl_matrix_int_isnull
110 gsl_matrix_int_ispos gsl_matrix_int_isneg gsl_matrix_int_isnonneg
111 gsl_matrix_int_add gsl_matrix_int_sub
112 gsl_matrix_int_mul_elements gsl_matrix_int_div_elements gsl_matrix_int_scale
113 gsl_matrix_int_add_constant gsl_matrix_int_add_diagonal
114 gsl_matrix_get_row gsl_matrix_get_col gsl_matrix_set_row gsl_matrix_set_col
115 gsl_matrix_complex_alloc gsl_matrix_complex_calloc gsl_matrix_complex_alloc_from_block
116 gsl_matrix_complex_alloc_from_matrix gsl_vector_complex_alloc_row_from_matrix gsl_vector_complex_alloc_col_from_matrix
117 gsl_matrix_complex_free gsl_matrix_complex_submatrix gsl_matrix_complex_row
118 gsl_matrix_complex_column gsl_matrix_complex_diagonal gsl_matrix_complex_subdiagonal
119 gsl_matrix_complex_superdiagonal gsl_matrix_complex_subrow gsl_matrix_complex_subcolumn
120 gsl_matrix_complex_view_array gsl_matrix_complex_view_array_with_tda gsl_matrix_complex_view_vector
121 gsl_matrix_complex_view_vector_with_tda gsl_matrix_complex_const_submatrix gsl_matrix_complex_const_row
122 gsl_matrix_complex_const_column gsl_matrix_complex_const_diagonal gsl_matrix_complex_const_subdiagonal
123 gsl_matrix_complex_const_superdiagonal gsl_matrix_complex_const_subrow gsl_matrix_complex_const_subcolumn
124 gsl_matrix_complex_const_view_array gsl_matrix_complex_const_view_array_with_tda gsl_matrix_complex_const_view_vector
125 gsl_matrix_complex_const_view_vector_with_tda gsl_matrix_complex_get gsl_matrix_complex_set
126 gsl_matrix_complex_ptr gsl_matrix_complex_const_ptr gsl_matrix_complex_set_zero
127 gsl_matrix_complex_set_identity gsl_matrix_complex_set_all gsl_matrix_complex_fread
128 gsl_matrix_complex_fwrite gsl_matrix_complex_fscanf gsl_matrix_complex_fprintf
129 gsl_matrix_complex_memcpy gsl_matrix_complex_swap gsl_matrix_complex_swap_rows
130 gsl_matrix_complex_swap_columns gsl_matrix_complex_swap_rowcol gsl_matrix_complex_transpose
131 gsl_matrix_complex_transpose_memcpy gsl_matrix_complex_isnull gsl_matrix_complex_ispos
132 gsl_matrix_complex_isneg gsl_matrix_complex_add gsl_matrix_complex_sub
133 gsl_matrix_complex_mul_elements gsl_matrix_complex_div_elements gsl_matrix_complex_scale
134 gsl_matrix_complex_add_constant gsl_matrix_complex_add_diagonal gsl_matrix_complex_get_row
135 gsl_matrix_complex_get_col gsl_matrix_complex_set_row gsl_matrix_complex_set_col
/;
139 %EXPORT_TAGS
= ( all
=> [ @EXPORT_OK
],
141 gsl_matrix_char_alloc
142 gsl_matrix_char_calloc
143 gsl_matrix_char_alloc_from_block
144 gsl_matrix_char_alloc_from_matrix
145 gsl_vector_char_alloc_row_from_matrix
146 gsl_vector_char_alloc_col_from_matrix
148 gsl_matrix_char_submatrix
150 gsl_matrix_char_column
151 gsl_matrix_char_diagonal
152 gsl_matrix_char_subdiagonal
153 gsl_matrix_char_superdiagonal
154 gsl_matrix_char_subrow
155 gsl_matrix_char_subcolumn
156 gsl_matrix_char_view_array
157 gsl_matrix_char_view_array_with_tda
158 gsl_matrix_char_view_vector
159 gsl_matrix_char_view_vector_with_tda
160 gsl_matrix_char_const_submatrix
161 gsl_matrix_char_const_row
162 gsl_matrix_char_const_column
163 gsl_matrix_char_const_diagonal
164 gsl_matrix_char_const_subdiagonal
165 gsl_matrix_char_const_superdiagonal
166 gsl_matrix_char_const_subrow
167 gsl_matrix_char_const_subcolumn
168 gsl_matrix_char_const_view_array
169 gsl_matrix_char_const_view_array_with_tda
170 gsl_matrix_char_const_view_vector
171 gsl_matrix_char_const_view_vector_with_tda
175 gsl_matrix_char_const_ptr
176 gsl_matrix_char_set_zero
177 gsl_matrix_char_set_identity
178 gsl_matrix_char_set_all
179 gsl_matrix_char_fread
180 gsl_matrix_char_fwrite
181 gsl_matrix_char_fscanf
182 gsl_matrix_char_fprintf
183 gsl_matrix_char_memcpy
185 gsl_matrix_char_swap_rows
186 gsl_matrix_char_swap_columns
187 gsl_matrix_char_swap_rowcol
188 gsl_matrix_char_transpose
189 gsl_matrix_char_transpose_memcpy
192 gsl_matrix_char_minmax
193 gsl_matrix_char_max_index
194 gsl_matrix_char_min_index
195 gsl_matrix_char_minmax_index
196 gsl_matrix_char_isnull
197 gsl_matrix_char_ispos
198 gsl_matrix_char_isneg
199 gsl_matrix_char_isnonneg
202 gsl_matrix_char_mul_elements
203 gsl_matrix_char_div_elements
204 gsl_matrix_char_scale
205 gsl_matrix_char_add_constant
206 gsl_matrix_char_add_diagonal
212 gsl_matrix_alloc_from_block
213 gsl_matrix_alloc_from_matrix
214 gsl_vector_alloc_row_from_matrix
215 gsl_vector_alloc_col_from_matrix
221 gsl_matrix_subdiagonal
222 gsl_matrix_superdiagonal
225 gsl_matrix_view_array
226 gsl_matrix_view_array_with_tda
227 gsl_matrix_view_vector
228 gsl_matrix_view_vector_with_tda
229 gsl_matrix_const_submatrix
231 gsl_matrix_const_column
232 gsl_matrix_const_diagonal
233 gsl_matrix_const_subdiagonal
234 gsl_matrix_const_superdiagonal
235 gsl_matrix_const_subrow
236 gsl_matrix_const_subcolumn
237 gsl_matrix_const_view_array
238 gsl_matrix_const_view_array_with_tda
239 gsl_matrix_const_view_vector
240 gsl_matrix_const_view_vector_with_tda
246 gsl_matrix_set_identity
255 gsl_matrix_swap_columns
256 gsl_matrix_swap_rowcol
258 gsl_matrix_transpose_memcpy
263 gsl_matrix_minmax_index
269 gsl_matrix_mul_elements
270 gsl_matrix_div_elements
272 gsl_matrix_add_constant
273 gsl_matrix_add_diagonal
277 gsl_matrix_int_alloc_from_matrix
279 gsl_matrix_int_column
280 gsl_matrix_int_superdiagonal
281 gsl_matrix_int_view_array_with_tda
282 gsl_matrix_int_const_submatrix
283 gsl_matrix_int_const_diagonal
284 gsl_matrix_int_const_subrow
285 gsl_matrix_int_const_view_array_with_tda
288 gsl_matrix_int_set_zero
290 gsl_matrix_int_fscanf
291 gsl_matrix_int_memcpy
292 gsl_matrix_int_swap_rows
293 gsl_matrix_int_transpose
295 gsl_matrix_int_max_index
296 gsl_matrix_int_minmax_index
299 gsl_matrix_int_mul_elements
300 gsl_matrix_int_add_constant
303 gsl_matrix_complex_alloc
304 gsl_matrix_complex_calloc
305 gsl_matrix_complex_alloc_from_block
306 gsl_matrix_complex_alloc_from_matrix
307 gsl_vector_complex_alloc_row_from_matrix
308 gsl_vector_complex_alloc_col_from_matrix
309 gsl_matrix_complex_free
310 gsl_matrix_complex_submatrix
311 gsl_matrix_complex_row
312 gsl_matrix_complex_column
313 gsl_matrix_complex_diagonal
314 gsl_matrix_complex_subdiagonal
315 gsl_matrix_complex_superdiagonal
316 gsl_matrix_complex_subrow
317 gsl_matrix_complex_subcolumn
318 gsl_matrix_complex_view_array
319 gsl_matrix_complex_view_array_with_tda
320 gsl_matrix_complex_view_vector
321 gsl_matrix_complex_view_vector_with_tda
322 gsl_matrix_complex_const_submatrix
323 gsl_matrix_complex_const_row
324 gsl_matrix_complex_const_column
325 gsl_matrix_complex_const_diagonal
326 gsl_matrix_complex_const_subdiagonal
327 gsl_matrix_complex_const_superdiagonal
328 gsl_matrix_complex_const_subrow
329 gsl_matrix_complex_const_subcolumn
330 gsl_matrix_complex_const_view_array
331 gsl_matrix_complex_const_view_array_with_tda
332 gsl_matrix_complex_const_view_vector
333 gsl_matrix_complex_const_view_vector_with_tda
334 gsl_matrix_complex_get
335 gsl_matrix_complex_set
336 gsl_matrix_complex_ptr
337 gsl_matrix_complex_const_ptr
338 gsl_matrix_complex_set_zero gsl_matrix_complex_set_identity
339 gsl_matrix_complex_set_all
340 gsl_matrix_complex_fread
341 gsl_matrix_complex_fwrite
342 gsl_matrix_complex_fscanf
343 gsl_matrix_complex_fprintf
344 gsl_matrix_complex_memcpygsl_matrix_complex_swap
345 gsl_matrix_complex_swap_rows
346 gsl_matrix_complex_swap_columns
347 gsl_matrix_complex_swap_rowcol
348 gsl_matrix_complex_transpose
349 gsl_matrix_complex_transpose_memcpy
350 gsl_matrix_complex_isnull
351 gsl_matrix_complex_ispos
352 gsl_matrix_complex_isneg
353 gsl_matrix_complex_add
354 gsl_matrix_complex_sub
355 gsl_matrix_complex_mul_elements
356 gsl_matrix_complex_div_elements
357 gsl_matrix_complex_scale
358 gsl_matrix_complex_add_constant
359 gsl_matrix_complex_add_diagonal
360 gsl_matrix_complex_get_row
361 gsl_matrix_complex_get_col
362 gsl_matrix_complex_set_row
363 gsl_matrix_complex_set_col
368 Math
::GSL
::Matrix
- Mathematical functions concerning Matrices
372 use Math
::GSL
::Matrix qw
/:all
/;
373 my $matrix1
= Math
::GSL
::Matrix-
>new
(5,5); # OO interface
374 my $matrix2
= gsl_matrix_alloc
(5,5); # standard interface
377 =head1 Objected Oriented Interface to GSL Math
::GSL
::Matrix
379 my $matrix
= Math
::GSL
::Matrix-
>new
(10,10);
380 printf
"My matrix is %d x %d\n", $matrix-
>rows
, $matrix-
>cols
;
385 my
($class
, $rows
, $cols
) = @_
;
388 if
( defined $rows
&& defined $cols &&
389 $rows
> 0 && $cols > 0 &&
390 (int $rows
== $rows
) && (int $cols == $cols)){
392 $matrix
= gsl_matrix_alloc
($rows
,$cols
);
394 croak
( __PACKAGE__.'
::new
($x
,$y
) - $x and $y must be positive integers'
);
396 gsl_matrix_set_zero
($matrix
);
397 $this-
>{_matrix
} = $matrix
;
398 ($this-
>{_rows
}, $this-
>{_cols
}) = ($rows
,$cols
);
403 Get the underlying GSL matrix object created by SWIG
, useful for using gsl_matrix_
* functions which do not have an OO counterpart.
405 my $matrix
= Math
::GSL
::Matrix-
>new
(3,3);
406 my $gsl_matrix
= $matrix-
>raw
;
407 my $stuff
= gsl_matrix_get
($gsl_matrix
, 1, 2);
410 sub raw
{ (shift
)->{_matrix
} }
413 Returns the number of rows in the matrix.
415 my $rows
= $matrix-
>rows
;
418 sub rows
{ (shift
)->{_rows
} }
422 Returns the number of columns in the matrix.
424 my $cols
= $matrix-
>cols
;
427 sub cols
{ (shift
)->{_cols
} }
431 Get the contents of a Math
::GSL
::Matrix object as a Perl list.
433 my $matrix
= Math
::GSL
::Matrix-
>new
(3,3);
435 my @matrix
= $matrix-
>as_list
;
445 for
($line
=0; $line
<$self-
>rows
; $line
++){
447 gsl_matrix_get
($self-
>raw
, $line
, $_
)
448 } (0 .. $self-
>cols-1
);
456 my
($self
, $row
) = @_
;
457 croak
(__PACKAGE__.'
::$matrix-
>row
($row
) - invalid $row value'
)
458 unless
(($row
< $self-
>rows
) and $row
>= 0);
460 my $rowvec
= Math
::GSL
::Vector-
>new
($self-
>cols
);
461 my $rowmat
= Math
::GSL
::Matrix-
>new
(1,$self-
>cols
);
463 my $status
= gsl_matrix_get_row
($rowvec-
>raw
, $self-
>raw
, $row
);
464 croak
(__PACKAGE__.'
::gsl_matrix_get_row
- ' . gsl_strerror
($status
) )
465 unless
( $status
== $GSL_SUCCESS
);
467 $status
= gsl_matrix_set_row
($rowmat-
>raw
, 0, $rowvec-
>raw
);
469 croak
(__PACKAGE__.'
::gsl_matrix_set_row
- ' . gsl_strerror
($status
) )
470 unless
( $status
== $GSL_SUCCESS
);
477 my
($self
, $col
) = @_
;
478 croak
(__PACKAGE__.
"::\$matrix->col(\$col) - $col not a valid column")
479 unless
($col
< $self-
>cols and $col
>= 0);
481 my $colvec
= Math
::GSL
::Vector-
>new
($self-
>cols
);
482 my $colmat
= Math
::GSL
::Matrix-
>new
($self-
>rows
, 1);
484 my $status
= gsl_matrix_get_col
($colvec-
>raw
, $self-
>raw
, $col
);
486 $status
= gsl_matrix_set_col
($colmat-
>raw
, 0, $colvec-
>raw
);
492 Here is a list of all the functions included in this module
:
496 =item C
<gsl_matrix_alloc
($i
, $j
)> - Return a gsl_matrix of $i rows and $j columns
498 =item C
<gsl_matrix_calloc
($i
, $j
)> - Return a gsl_matrix of $i rows and $j columns and initialize all of the elements of the matrix to zero
500 =item C
<gsl_matrix_alloc_from_block
> -
502 =item C
<gsl_matrix_free
> -
504 =item C
<gsl_matrix_alloc_from_matrix
> -
506 =item C
<gsl_vector_alloc_row_from_matrix
> -
508 =item C
<gsl_vector_alloc_col_from_matrix
> -
510 =item C
<gsl_matrix_submatrix
($m
, $k1
, $k2
, $n1
, $n2
)> - Return a matrix view of the matrix $m. The upper-left element of the submatrix is the element
($k1
,$k2
) of the original matrix. The submatrix has $n1 rows and $n2 columns.
512 =item C
<gsl_matrix_row
($m
, $i
)> - Return a vector view of the $i-th row of the matrix $m
514 =item C
<gsl_matrix_column
($m
, $j
)> - Return a vector view of the $j-th column of the matrix $m
516 =item C
<gsl_matrix_diagonal
($m
)> - Return a vector view of the diagonal of the vector. The matrix doesn't have to be square.
518 =item C
<gsl_matrix_subdiagonal
($m
, $k
)> - Return a vector view of the $k-th subdiagonal of the matrix $m. The diagonal of the matrix corresponds to k
=0.
520 =item C
<gsl_matrix_superdiagonal
($m
, $k
)> - Return a vector view of the $k-th superdiagonal of the matrix $m. The matrix doesn't have to be square.
522 =item C
<gsl_matrix_subrow
($m
, $i
, $offset
, $n
)> - Return a vector view of the $i-th row of the matrix $m beginning at offset elements and containing n elements.
524 =item C
<gsl_matrix_subcolumn
($m
, $j
, $offset
, $n
)> - Return a vector view of the $j-th column of the matrix $m beginning at offset elements and containing n elements.
526 =item C
<gsl_matrix_view_array
> -
528 =item C
<gsl_matrix_view_array_with_tda
> -
530 =item C
<gsl_matrix_view_vector
> -
532 =item C
<gsl_matrix_view_vector_with_tda
> -
534 =item C
<gsl_matrix_const_submatrix
> -
536 =item C
<gsl_matrix_get
($m
, $i
, $j
)> - Return the
(i
,j
)-th element of the matrix $m
538 =item C
<gsl_matrix_set
($m
, $i
, $j
, $x
)> - Set the value of the
(i
,j
)-th element of the matrix $m to $x
540 =item C
<gsl_matrix_ptr
> -
542 =item C
<gsl_matrix_const_ptr
> -
544 =item C
<gsl_matrix_set_zero
($m
)> - Set all the elements of the matrix $m to zero
546 =item C
<gsl_matrix_set_identity
($m
)> - Set the elements of the matrix $m to the corresponding elements of the identity matrix
548 =item C
<gsl_matrix_set_all
($m
, $x
)> - Set all the elements of the matrix $m to the value $x
550 =item C
<gsl_matrix_fread
($fh
, $m
)> - Read a file which has been written with gsl_matrix_fwrite from the stream $fh opened with the fopen function and stores the data inside the matrix $m
552 =item C
<gsl_matrix_fwrite
($fh
, $m
)> - Write the elements of the matrix $m in binary format to a stream $fh opened with the fopen function
554 =item C
<gsl_matrix_fscanf
($fh
, $m
)> - Read a file which has been written with gsl_matrix_fprintf from the stream $fh opened with the fopen function and stores the data inside the matrix $m
556 =item C
<gsl_matrix_fprintf
($fh
, $m
, $format
)> - Write the elements of the matrix $m in the format $format
(for example
"%f" is the format for double
) to a stream $fh opened with the fopen function
558 =item C
<gsl_matrix_memcpy
($dest
, $src
)> - Copy the elements of the matrix $src to the matrix $dest. The two matrices must have the same size.
560 =item C
<gsl_matrix_swap
($m1
, $m2
)> - Exchange the elements of the matrices $m1 and $m2 by copying. The two matrices must have the same size.
562 =item C
<gsl_matrix_swap_rows
($m
, $i
, $j
)> - Exchange the $i-th and $j-th row of the matrix $m. The function returns
0 if the operation suceeded
, 1 otherwise.
564 =item C
<gsl_matrix_swap_columns
($m
, $i
, $j
)> - Exchange the $i-th and $j-th column of the matrix $m. The function returns
0 if the operation suceeded
, 1 otherwise.
566 =item C
<gsl_matrix_swap_rowcol
($m
, $i
, $j
)> - Exchange the $i-th row and the $j-th column of the matrix $m. The matrix must be square. The function returns
0 if the operation suceeded
, 1 otherwise.
568 =item C
<gsl_matrix_transpose
($m
)> - This function replaces the matrix m by its transpose by copying the elements of the matrix in-place. The matrix must be square for this operation to be possible.
570 =item C
<gsl_matrix_transpose_memcpy
($dest
, $src
)> - Make the matrix $dest the transpose of the matrix $src. This function works for all matrices provided that the dimensions of the matrix dest match the transposed dimensions of the matrix src.
572 =item C
<gsl_matrix_max
($m
)> - Return the maximum value in the matrix $m
574 =item C
<gsl_matrix_min
($m
)> - Return the minimum value in the matrix $m
576 =item C
<gsl_matrix_minmax
($m
)> - Return two values
, the first is the minimum value of the Matrix $m and the second is the maximum of the same the same matrix.
578 =item C
<gsl_matrix_max_index
($m
)> - Return two values
, the first is the the i indice of the maximum value of the matrix $m and the second is the j indice of the same value.
580 =item C
<gsl_matrix_min_index
($m
)> - Return two values
, the first is the the i indice of the minimum value of the matrix $m and the second is the j indice of the same value.
582 =item C
<gsl_matrix_minmax_index
($m
)> - Return four values
, the first is the i indice of the minimum of the matrix $m
, the second is the j indice of the same value
, the third is the i indice of the maximum of the matrix $m and the fourth is the j indice of the same value
584 =item C
<gsl_matrix_isnull
($m
)> - Return
1 if all the elements of the matrix $m are zero
, 0 otherwise
586 =item C
<gsl_matrix_ispos
($m
)> - Return
1 if all the elements of the matrix $m are strictly positve
, 0 otherwise
588 =item C
<gsl_matrix_isneg
($m
)> - Return
1 if all the elements of the matrix $m are strictly negative
, 0 otherwise
590 =item C
<gsl_matrix_isnonneg
($m
)> - Return
1 if all the elements of the matrix $m are non-negatuive
, 0 otherwise
592 =item C
<gsl_matrix_add
($a
, $b
)> - Add the elements of matrix $b to the elements of matrix $a
594 =item C
<gsl_matrix_sub
($a
, $b
)> - Subtract the elements of matrix $b from the elements of matrix $a
596 =item C
<gsl_matrix_mul_elements
($a
, $b
)> - Multiplie the elements of matrix $a by the elements of matrix $b
598 =item C
<gsl_matrix_div_elements
($a
, $b
)> - Divide the elements of matrix $a by the elements of matrix $b
600 =item C
<gsl_matrix_scale
($a
, $x
)> - Multiplie the elements of matrix $a by the constant factor $x
602 =item C
<gsl_matrix_add_constant
($a
, $x
)> - Add the constant value $x to the elements of the matrix $a
604 =item C
<gsl_matrix_add_diagonal
($a
, $x
)> - Add the constant value $x to the elements of the diagonal of the matrix $a
606 =item C
<gsl_matrix_get_row
($v
, $m
, $i
)> - Copy the elements of the $i-th row of the matrix $m into the vector $v. The lenght of the vector must be of the same as the lenght of the row. The function returns
0 if it succeded
, 1 otherwise.
608 =item C
<gsl_matrix_get_col
($v
, $m
, $i
)> - Copy the elements of the $j-th column of the matrix $m into the vector $v. The lenght of the vector must be of the same as the lenght of the column. The function returns
0 if it succeded
, 1 otherwise.
610 =item C
<gsl_matrix_set_row
($m
, $i
, $v
)> - Copy the elements of vector $v into the $i-th row of the matrix $m The lenght of the vector must be of the same as the lenght of the row. The function returns
0 if it succeded
, 1 otherwise.
612 =item C
<gsl_matrix_set_col
($m
, $j
, $v
)> - Copy the elements of vector $v into the $j-th row of the matrix $m The lenght of the vector must be of the same as the lenght of the column. The function returns
0 if it succeded
, 1 otherwise.
616 The following functions are specific to matrices containing complex numbers
:
620 =item C
<gsl_matrix_complex_alloc
>
622 =item C
<gsl_matrix_complex_calloc
>
624 =item C
<gsl_matrix_complex_alloc_from_block
>
626 =item C
<gsl_matrix_complex_alloc_from_matrix
>
628 =item C
<gsl_vector_complex_alloc_row_from_matrix
>
630 =item C
<gsl_vector_complex_alloc_col_from_matrix
>
632 =item C
<gsl_matrix_complex_free
>
634 =item C
<gsl_matrix_complex_submatrix
>
636 =item C
<gsl_matrix_complex_row
>
638 =item C
<gsl_matrix_complex_column
>
640 =item C
<gsl_matrix_complex_diagonal
>
642 =item C
<gsl_matrix_complex_subdiagonal
>
644 =item C
<gsl_matrix_complex_superdiagonal
>
646 =item C
<gsl_matrix_complex_subrow
>
648 =item C
<gsl_matrix_complex_subcolumn
>
650 =item C
<gsl_matrix_complex_view_array
>
652 =item C
<gsl_matrix_complex_view_array_with_tda
>
654 =item C
<gsl_matrix_complex_view_vector
>
656 =item C
<gsl_matrix_complex_view_vector_with_tda
>
658 =item C
<gsl_matrix_complex_const_submatrix
>
660 =item C
<gsl_matrix_complex_const_row
>
662 =item C
<gsl_matrix_complex_const_column
>
664 =item C
<gsl_matrix_complex_const_diagonal
>
666 =item C
<gsl_matrix_complex_const_subdiagonal
>
668 =item C
<gsl_matrix_complex_const_superdiagonal
>
670 =item C
<gsl_matrix_complex_const_subrow
>
672 =item C
<gsl_matrix_complex_const_subcolumn
>
674 =item C
<gsl_matrix_complex_const_view_array
>
676 =item C
<gsl_matrix_complex_const_view_array_with_tda
>
678 =item C
<gsl_matrix_complex_const_view_vector
>
680 =item C
<gsl_matrix_complex_const_view_vector_with_tda
>
682 =item C
<gsl_matrix_complex_get
>
684 =item C
<gsl_matrix_complex_set
>
686 =item C
<gsl_matrix_complex_ptr
>
688 =item C
<gsl_matrix_complex_const_ptr
>
690 =item C
<gsl_matrix_complex_set_zero
>
692 =item C
<gsl_matrix_complex_set_identity
>
694 =item C
<gsl_matrix_complex_set_all
>
696 =item C
<gsl_matrix_complex_fread
>
698 =item C
<gsl_matrix_complex_fwrite
>
700 =item C
<gsl_matrix_complex_fscanf
>
702 =item C
<gsl_matrix_complex_fprintf
>
704 =item C
<gsl_matrix_complex_memcpy
>
706 =item C
<gsl_matrix_complex_swap
>
708 =item C
<gsl_matrix_complex_swap_rows
>
710 =item C
<gsl_matrix_complex_swap_columns
>
712 =item C
<gsl_matrix_complex_swap_rowcol
>
714 =item C
<gsl_matrix_complex_transpose
>
716 =item C
<gsl_matrix_complex_transpose_memcpy
>
718 =item C
<gsl_matrix_complex_isnull
>
720 =item C
<gsl_matrix_complex_ispos
>
722 =item C
<gsl_matrix_complex_isneg
>
724 =item C
<gsl_matrix_complex_add
>
726 =item C
<gsl_matrix_complex_sub
>
728 =item C
<gsl_matrix_complex_mul_elements
>
730 =item C
<gsl_matrix_complex_div_elements
>
732 =item C
<gsl_matrix_complex_scale
>
734 =item C
<gsl_matrix_complex_add_constant
>
736 =item C
<gsl_matrix_complex_add_diagonal
>
738 =item C
<gsl_matrix_complex_get_row
>
740 =item C
<gsl_matrix_complex_get_col
>
742 =item C
<gsl_matrix_complex_set_row
>
744 =item C
<gsl_matrix_complex_set_col
>
749 The following functions are the same as the previous enonced ones except that they work with other data types than double.
753 =item gsl_matrix_const_row gsl_matrix_const_column gsl_matrix_const_diagonal
755 =item gsl_matrix_const_subdiagonal gsl_matrix_const_superdiagonal
757 =item gsl_matrix_const_subrow gsl_matrix_const_subcolumn
759 =item gsl_matrix_const_view_array gsl_matrix_const_view_array_with_tda
761 =item gsl_matrix_const_view_vector gsl_matrix_const_view_vector_with_tda gsl_matrix_char_alloc gsl_matrix_char_calloc gsl_matrix_char_alloc_from_block
763 =item gsl_matrix_char_alloc_from_matrix gsl_vector_char_alloc_row_from_matrix gsl_vector_char_alloc_col_from_matrix
765 =item gsl_matrix_char_free gsl_matrix_char_submatrix gsl_matrix_char_row gsl_matrix_char_column
767 =item gsl_matrix_char_diagonal gsl_matrix_char_subdiagonal gsl_matrix_char_superdiagonal
769 =item gsl_matrix_char_subrow gsl_matrix_char_subcolumn gsl_matrix_char_view_array
771 =item gsl_matrix_char_view_array_with_tda gsl_matrix_char_view_vector gsl_matrix_char_view_vector_with_tda
773 =item gsl_matrix_char_const_submatrix gsl_matrix_char_const_row gsl_matrix_char_const_column
775 =item gsl_matrix_char_const_diagonal gsl_matrix_char_const_subdiagonal gsl_matrix_char_const_superdiagonal
777 =item gsl_matrix_char_const_subrow gsl_matrix_char_const_subcolumn gsl_matrix_char_const_view_array
779 =item gsl_matrix_char_const_view_array_with_tda gsl_matrix_char_const_view_vector gsl_matrix_char_const_view_vector_with_tda
781 =item gsl_matrix_char_get gsl_matrix_char_set gsl_matrix_char_ptr gsl_matrix_char_const_ptr
783 =item gsl_matrix_char_set_zero gsl_matrix_char_set_identity
785 =item gsl_matrix_char_set_all gsl_matrix_char_fread
787 =item gsl_matrix_char_fwrite gsl_matrix_char_fscanf gsl_matrix_char_fprintf
789 =item gsl_matrix_char_memcpy gsl_matrix_char_swap
791 =item gsl_matrix_char_swap_rows gsl_matrix_char_swap_columns
793 =item gsl_matrix_char_swap_rowcol gsl_matrix_char_transpose gsl_matrix_char_transpose_memcpy
795 =item gsl_matrix_char_max gsl_matrix_char_min
797 =item gsl_matrix_char_minmax gsl_matrix_char_max_index
799 =item gsl_matrix_char_min_index gsl_matrix_char_minmax_index
801 =item gsl_matrix_char_isnull gsl_matrix_char_ispos gsl_matrix_char_isneg
803 =item gsl_matrix_char_isnonneg gsl_matrix_char_add
805 =item gsl_matrix_char_sub gsl_matrix_char_mul_elements gsl_matrix_char_div_elements
807 =item gsl_matrix_char_scale gsl_matrix_char_add_constant gsl_matrix_char_add_diagonal
809 =item gsl_matrix_int_alloc gsl_matrix_int_calloc gsl_matrix_int_alloc_from_block
811 =item gsl_matrix_int_alloc_from_matrix gsl_vector_int_alloc_row_from_matrix gsl_vector_int_alloc_col_from_matrix
813 =item gsl_matrix_int_free gsl_matrix_int_submatrix gsl_matrix_int_row
815 =item gsl_matrix_int_column gsl_matrix_int_diagonal gsl_matrix_int_subdiagonal gsl_matrix_int_superdiagonal gsl_matrix_int_subrow gsl_matrix_int_subcolumn gsl_matrix_int_view_array gsl_matrix_int_view_array_with_tda gsl_matrix_int_view_vector gsl_matrix_int_view_vector_with_tda
817 =item gsl_matrix_int_const_submatrix gsl_matrix_int_const_row gsl_matrix_int_const_column
820 =item gsl_matrix_int_const_diagonal gsl_matrix_int_const_subdiagonal gsl_matrix_int_const_superdiagonal
822 =item gsl_matrix_int_const_subrow gsl_matrix_int_const_subcolumn gsl_matrix_int_const_view_array
824 =item gsl_matrix_int_const_view_array_with_tda gsl_matrix_int_const_view_vector gsl_matrix_int_const_view_vector_with_tda
826 =item gsl_matrix_int_get gsl_matrix_int_set
828 =item gsl_matrix_int_ptr gsl_matrix_int_const_ptr
830 =item gsl_matrix_int_set_zero gsl_matrix_int_set_identity gsl_matrix_int_set_all
832 =item gsl_matrix_int_fread gsl_matrix_int_fwrite
834 =item gsl_matrix_int_fscanf gsl_matrix_int_fprintf
836 =item gsl_matrix_int_memcpy gsl_matrix_int_swap
838 =item gsl_matrix_int_swap_rows gsl_matrix_int_swap_columns gsl_matrix_int_swap_rowcol
840 =item gsl_matrix_int_transpose gsl_matrix_int_transpose_memcpy
842 =item gsl_matrix_int_max gsl_matrix_int_min gsl_matrix_int_minmax
844 =item gsl_matrix_int_max_index gsl_matrix_int_min_index
846 =item gsl_matrix_int_minmax_index gsl_matrix_int_isnull
848 =item gsl_matrix_int_ispos gsl_matrix_int_isneg gsl_matrix_int_isnonneg
850 =item gsl_matrix_int_add gsl_matrix_int_sub
852 =item gsl_matrix_int_mul_elements gsl_matrix_int_div_elements gsl_matrix_int_scale
854 =item gsl_matrix_int_add_constant gsl_matrix_int_add_diagonal
858 You have to add the functions you want to use inside the qw
/put_funtion_here
/.
859 You can also write use Math
::GSL
::Matrix qw
/:all
/ to use all avaible functions of the module.
860 Other tags are also avaible
, here is a complete list of all tags for this module
:
876 For more informations on the functions
, we refer you to the GSL offcial documentation
: http
://www.gnu.org
/software
/gsl
/manual
/html_node
/
877 Tip
: search on google
: site
:http
://www.gnu.org
/software
/gsl
/manual
/html_node
/name_of_the_function_you_want
881 Most of the examples from this section are perl versions of the examples there
: http
://www.gnu.org
/software
/gsl
/manual
/html_node
/Example-programs-for-matrices.html
883 The program below shows how to allocate
, initialize and read from a matrix using the functions gsl_matrix_alloc
, gsl_matrix_set and gsl_matrix_get.
885 use Math
::GSL
::Matrix qw
/:all
/;
886 $m
= gsl_matrix_alloc
(10,3);
887 for
($i
= 0; $i
< 10; $i
++){
888 for
($j
= 0; $j
<3; $j
++){
889 gsl_matrix_set
($m
, $i
, $j
, 0.23 + 100*$i
+ $j
);
893 for
($i
= 0; $i
< 100; $i
++){ # OUT
OF RANGE
ERROR
894 for
($j
=0; $j
<3; $j
++){
895 print
"m($i, $j) = " . gsl_matrix_get
($m
, $i
, $j
) .
"\n";
898 gsl_matrix_free
($m
);
901 use Math
::GSL
::Matrix qw
/:all
/;
903 $m
= gsl_matrix_alloc
(100, 100);
904 $a
= gsl_matrix_alloc
(100, 100);
906 for
($i
= 0; $i
< 100; $i
++){
907 for
($j
= 0; $j
< 100; $j
++){
908 gsl_matrix_set
($m
, $i
, $j
, 0.23 + $i
+ $j
);
912 The next program shows how to write a matrix to a file.
914 $out
= fopen
("test.dat", "wb");
915 gsl_matrix_fwrite
($out
, $m
);
918 $in
= fopen
("test.dat", "rb");
919 gsl_matrix_fread
($in
, $a
);
923 for
($i
= 0; $i
< 100; $i
++){
924 for
($j
= 0; $j
< 100; $j
++){
925 $mij
= gsl_matrix_get
($m
, $i
, $j
);
926 $aij
= gsl_matrix_get
($a
, $i
, $j
);
927 if
($mij
!= $aij
){ $k
++ };
934 print
"differences = $k (should be zero)\n";
938 Jonathan Leto
<jonathan@leto.net
> and Thierry Moisan
<thierry.moisan@gmail.com
>
940 =head1 COPYRIGHT
AND LICENSE
942 Copyright
(C
) 2008 Jonathan Leto and Thierry Moisan
944 This program is free software
; you can redistribute it and
/or modify it
945 under the same terms as Perl itself.