<< prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

Directory overview for Matrix/

File summary

cmapply.pro
Utility function, adapted from CMPRODUCT cmapply_redim : Utility function, used to collect collaped dimensions Applies a function to specified dimensions of an array Description: CMAPPLY will apply one of a few select functions to specified dimensions of an array.
cmset_op.pro
Simplified version of CMSET_OP_UNIQ which sorts, and takes the "first" value, whatever that may mean.
congridseb.pro
Like congrid but here, it works.
different.pro
calculate the different elements of 2 matrix of positif whole numbers.
extrac2.pro
extraction of subdomains of matrixes; Even if the subdomain is "pierced" (see the example) By default, IDL can make extractions of subdomain: IDL> a=indgen(5,5) IDL> print, a 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 IDL> print, a[[0,2],3] 15 17 IDL> print, a[[0,2],*] 0 2 5 7 10 12 15 17 20 22 but IDL> print, a[[0,2],[3,4]] 15 22 while IDL> print, extrac2(a,[0,2],[3,4]) 15 17 20 22
inter.pro
calculate the intersection between 2 matrixes of whole numbers
make_selection.pro
union.pro
calculate tne union between 2 matrixes of whole numbers
zero_one.pro
Send back a vector or a matrix constituate of 0 and 1 in alternation
Produced by IDLdoc 2.0.