MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
csort.h File Reference

Go to the source code of this file.

Functions

int ssort (int *indices, int count, int flag)
int omp_psort (int *indices, int count, int flag)
int sorted (int *indices, int count)
 =========================Checker Routines=============================================
int monotony (int *indices, int count)

Detailed Description

Note:
Copyright (C) 2010 APC CNRS Université Paris Diderot
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/gpl.html
Author:
Pierre Cargemel
Date:
March 2012

Definition in file csort.h.


Function Documentation

int sorted ( int *  indices,
int  count 
)

=========================Checker Routines=============================================

Definition at line 364 of file csort.c.

int monotony ( int *  indices,
int  count 
)

Definition at line 377 of file csort.c.