~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/XAlice/incl/alice_util.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)alice_util.h     19.1 (ESO-IPG) 02/25/03 13:43:07 */
 
2
float *vector();
 
3
float **matrix();
 
4
float **convert_matrix();
 
5
double *dvector();
 
6
double **dmatrix();
 
7
int *ivector();
 
8
int **imatrix();
 
9
float **submatrix();
 
10
void free_vector();
 
11
void free_dvector();
 
12
void free_ivector();
 
13
void free_matrix();
 
14
void free_dmatrix();
 
15
void free_imatrix();
 
16
void free_submatrix();
 
17
void free_convert_matrix();
 
18
void nrerror();