This file is indexed.

/usr/include/trilinos/AbstractLinAlgPack_MA28_CppDecl.hpp is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
// @HEADER
// ***********************************************************************
// 
// Moocho: Multi-functional Object-Oriented arCHitecture for Optimization
//                  Copyright (2003) Sandia Corporation
// 
// Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
// license for use of this work by or on behalf of the U.S. Government.
// 
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 2.1 of the
// License, or (at your option) any later version.
//  
// This library 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
// Lesser General Public License for more details.
//  
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA
// Questions? Contact Roscoe A. Bartlett (rabartl@sandia.gov) 
// 
// ***********************************************************************
// @HEADER
//
// C declarations for MA28 functions.  These declarations should not have to change
// for different platforms.  As long as the fortran object code uses capitalized
// names for its identifers then the declarations in Teuchos_F77_wrappers.h should be
// sufficent for portability.

#ifndef MA28_CPPDECL_H
#define MA28_CPPDECL_H

#include "Teuchos_F77_wrappers.h"

namespace MA28_CppDecl {

// Declarations that will link to the fortran object file.
// These may change for different platforms

using FortranTypes::f_int;			// INTEGER
using FortranTypes::f_real;			// REAL
using FortranTypes::f_dbl_prec;		// DOUBLE PRECISION
using FortranTypes::f_logical;		// LOGICAL

extern "C" {

// analyze and factorize a matrix
FORTRAN_FUNC_DECL_UL(void,MA28AD,ma28ad) (const f_int& n, const f_int& nz, f_dbl_prec a[], const f_int& licn
  , f_int irn[], const f_int& lirn, f_int icn[], const f_dbl_prec& u, f_int ikeep[], f_int iw[]
  , f_dbl_prec w[], f_int* iflag);
  
// factor using previous analyze
FORTRAN_FUNC_DECL_UL(void,MA28BD,ma28bd) (const f_int& n, const f_int& nz, f_dbl_prec a[], const f_int& licn
  , const f_int ivect[], const f_int jvect[], const f_int icn[], const f_int ikeep[], f_int iw[]
  , f_dbl_prec w[], f_int* iflag);

// solve for rhs using internally stored factorized matrix
FORTRAN_FUNC_DECL_UL(void,MA28CD,ma28cd) (const f_int& n, const f_dbl_prec a[], const f_int& licn, const f_int icn[]
  , const f_int ikeep[], f_dbl_prec rhs[], f_dbl_prec w[], const f_int& mtype);

// /////////////////////////////////////////////////////////////////////////////////////////
// Declare structs that represent the MA28 common blocks.  
// These are the common block variables that are ment to be accessed by the user
// Some are used to set the options of MA28 and others return information
// about the attempts to solve the system.
// I want to provide the access functions that allow all of those common block
// variables that are ment to be accessed by the user to be accessable.
// For each of the common data items there will be a get operation that 
// returns the variable value.  For those items that are ment to be
// set by the user there will also be set operations.

//  COMMON /MA28ED/ LP, MP, LBLOCK, GROW
//  INTEGER LP, MP
//  LOGICAL LBLOCK, GROW
struct MA28ED_struct {
  f_int		lp;
  f_int		mp;
  f_logical	lblock;
  f_logical	grow;
};
extern MA28ED_struct FORTRAN_NAME_UL(MA28ED,ma28ed); // link to fortan common block

//  COMMON /MA28FD/ EPS, RMIN, RESID, IRNCP, ICNCP, MINIRN, MINICN,
// * IRANK, ABORT1, ABORT2
//  INTEGER IRNCP, ICNCP, MINIRN, MINICN, IRANK
//  LOGICAL ABORT1, ABORT2
//  REAL EPS, RMIN, RESID
struct MA28FD_struct {
  f_dbl_prec	eps;
  f_dbl_prec	rmin;
  f_dbl_prec	resid;
  f_int		irncp;
  f_int		icncp;
  f_int		minirn;
  f_int		minicn;
  f_int		irank;
  f_logical	abort1;
  f_logical	abort2;
};
extern MA28FD_struct FORTRAN_NAME_UL(MA28FD,ma28fd); // link to fortan common block


//  COMMON /MA28GD/ IDISP
//  INTEGER IDISP
struct MA28GD_struct {
  f_int		idisp[2];
};
extern MA28GD_struct FORTRAN_NAME_UL(MA28GD,ma28gd); // link to fortan common block

//  COMMON /MA28HD/ TOL, THEMAX, BIG, DXMAX, ERRMAX, DRES, CGCE,
// * NDROP, MAXIT, NOITER, NSRCH, ISTART, LBIG
//  INTEGER NDROP, MAXIT, NOITER, NSRCH, ISTART
//  LOGICAL LBIG
//  REAL TOL, THEMAX, BIG, DXMAX, ERRMAX, DRES, CGCE
struct MA28HD_struct {
  f_dbl_prec	tol;
  f_dbl_prec	themax;
  f_dbl_prec	big;
  f_dbl_prec	dxmax;
  f_dbl_prec	errmax;
  f_dbl_prec	dres;
  f_dbl_prec	cgce;
  f_int		ndrop;
  f_int		maxit;
  f_int		noiter;
  f_int		nsrch;
  f_int		istart;
  f_logical	lbig;
};
extern MA28HD_struct FORTRAN_NAME_UL(MA28HD,ma28hd); // link to fortan common block

//  COMMON /MA30ED/ LP, ABORT1, ABORT2, ABORT3
//  INTEGER LP
//  LOGICAL ABORT1, ABORT2, ABORT3
struct MA30ED_struct {
  f_int		lp;
  f_logical	abort1;
  f_logical	abort2;
  f_logical	abort3;
};
extern MA30ED_struct FORTRAN_NAME_UL(MA30ED,ma30ed); // link to fortan common block

//  COMMON /MA30FD/ IRNCP, ICNCP, IRANK, IRN, ICN
//  INTEGER IRNCP, ICNCP, IRANK, IRN, ICN
struct MA30FD_struct {
  f_int		irncp;
  f_int		icncp;
  f_int		irank;
  f_int		minirn;
  f_int		minicn;
};
extern MA30FD_struct FORTRAN_NAME_UL(MA30FD,ma30fd); // link to fortan common block

//  COMMON /MA30GD/ EPS, RMIN
//  DOUBLE PRECISION EPS, RMIN
struct MA30GD_struct {
  f_dbl_prec	eps;
  f_dbl_prec	rmin;
};
extern MA30GD_struct FORTRAN_NAME_UL(MA30GD,ma30gd); // link to fortan common block

//  COMMON /MA30HD/ RESID
//  DOUBLE PRECISION RESID
struct MA30HD_struct {
  f_dbl_prec	resid;
};
extern MA30HD_struct FORTRAN_NAME_UL(MA30HD,ma30hd); // link to fortan common block

//  COMMON /MA30ID/ TOL, BIG, NDROP, NSRCH, LBIG
//  INTEGER NDROP, NSRCH
//  LOGICAL LBIG
//  DOUBLE PRECISION TOL, BIG
struct MA30ID_struct {
  f_dbl_prec	tol;
  f_dbl_prec	big;
  f_int		ndrop;
  f_int		nsrch;
  f_logical	lbig;
};
extern MA30ID_struct FORTRAN_NAME_UL(MA30ID,ma30id); // link to fortan common block

//  COMMON /MC23BD/ LP,NUMNZ,NUM,LARGE,ABORT
//  INTEGER LP, NUMNZ, NUM, LARGE
//  LOGICAL ABORT
struct MC23BD_struct {
  f_int		lp;
  f_int		numnz;
  f_int		num;
  f_int		large;
  f_logical	abort;
};
extern MC23BD_struct FORTRAN_NAME_UL(MC23BD,mc23bd); // link to fortan common block


} // end extern "C"


/* * @name {\bf MA28 C++ Declarations}.
  *
  * These the C++ declarations for MA28 functions and common block data.
  * These declarations will not change for different platforms.
  * All of these functions are in the C++ namespace #MA28_CppDecl#.
  *
  * These functions perform the three phases that are normally associated
  * with solving sparse systems of linear equations; analyze (and factorize)
  * , factorize, and solve.  The MA28 interface uses a coordinate format
  * (aij, i, j) for the sparse matrix.
  * 
  * There are three interface routienes that perform these steps:
  * \begin{description}
  * \item[#ma28ad#] Analyzes and factorizes a sparse matrix stored in #a#, #irn#
  *		, #icn# and returns the factorized matrix data structures in #a#, #icn#
  *		, and #ikeep#.
  * \item[#ma28bd#] Factorizes a matrix with the same sparsity structure that was
  *		previously factorized by #ma28ad#.  Information about the row and column
  *		permutations, fill-in elements etc. from the previous analyze and factorization
  *		is passed in the arguments #icn#, and #ikeep#.  The matrix to be
  *		factorized is passed in #a#, #ivect#, and #jvect# and the non-zero
  *		elements of the factorization are returned in #a#.
  * \item[#ma28cd#] Solves for a dense right hand side (rhs) given a matrix factorized
  *		by #ma28ad# or #ma28bd#.  The rhs is passed in #rhs# and the solution
  *		is returned in #rhs#.  The factorized matrix is passed in by #a#, #icn#
  *		and #ikeep#.  The transposed or the non-transposed system can be solved
  *		for by passing in #mtype != 1# and #mtype == 1# respectively.
  */

// @{
//		begin MA28 C++ Declarations

/* * @name {\bf MA28 / MA30 Common Block Access}.
  *
  * These are references to structures that allow C++ users to set and retrive
  * values of the MA28xD and MA30xD common blocks.   Some of the common block
  * items listed below for MA28xD are also present in MA30xD.  The control
  * parameters (abort1, eps, etc.) for MA28xD are transfered to the equivalent
  * common block variables in the #ma28ad# function but not in any of the other
  * functions.
  *
  * The internal states for MA28, MA30, and MC23 are determined by the 
  * values in these common block variables as there are no #SAVE# variables
  * in any of the functions.  So to use MA28 with more than
  * one sparse matrix at a time you just have to keep copies of these
  * common block variable for each system and then set them when every
  * you want to work with that system agian.  This is very good news.
  *
  * These common block variables are:
  * \begin{description}
  * \item[lp, mp]
  *   Integer: Used by the subroutine as the unit numbers for its warning
  *   and diagnostic messages. Default value for both is 6 (for line
  *   printer output). the user can either reset them to a different
  *   stream number or suppress the output by setting them to zero.
  *   While #lp# directs the output of error diagnostics from the
  *   principal subroutines and internally called subroutines, #mp#
  *   controls only the output of a message which warns the user that he
  *   has input two or more non-zeros a(i), . . ,a(k) with the same row
  *   and column indices.  The action taken in this case is to proceed
  *   using a numerical value of a(i)+...+a(k). in the absence of other
  *   errors, #iflag# will equal -14 on exit.
  * \item[lblock]
  *   Logical: Controls an option of first
  *   preordering the matrix to block lower triangular form (using
  *   harwell subroutine mc23a). The preordering is performed if #lblock#
  *   is equal to its default value of #true# if #lblock# is set to
  *   #false# , the option is not invoked and the space allocated to
  *   #ikeep# can be reduced to 4*n+1.
  * \item[grow]
  *    Logical: If it is left at its default value of
  *   #true# , then on return from ma28a/ad or ma28b/bd, w(1) will give
  *   an estimate (an upper bound) of the increase in size of elements
  *   encountered during the decomposition. If the matrix is well
  *   scaled, then a high value for w(1), relative to the largest entry
  *   in the input matrix, indicates that the LU decomposition may be
  *   inaccurate and the user should be wary of his results and perhaps
  *   increase u for subsequent runs.  We would like to emphasise that
  *   this value only relates to the accuracy of our LU decomposition
  *   and gives no indication as to the singularity of the matrix or the
  *   accuracy of the solution.  This upper bound can be a significant
  *   overestimate particularly if the matrix is badly scaled. If an
  *   accurate value for the growth is required, #lbig# (q.v.) should be
  *   set to #true#
  * \item[eps, rmin]
  *   Double Precision:  If on entry to ma28b/bd, #eps# is less
  *   than one, then #rmin# will give the smallest ratio of the pivot to
  *   the largest element in the corresponding row of the upper
  *   triangular factor thus monitoring the stability of successive
  *   factorizations. if rmin becomes very large and w(1) from
  *   ma28b/bd is also very large, it may be advisable to perform a
  *    new decomposition using ma28a/ad.
  * \item[resid]
  *   Double Precision:  On exit from ma28c/cd gives the value
  *   of the maximum residual over all the equations unsatisfied because
  *   of dependency (zero pivots).
  * \item[irncp,icncp]
  *   Integer:  Monitors the adequacy of "elbow
  *   room" in #irn# and #a#/#icn# respectively. If either is quite large (say
  *   greater than n/10), it will probably pay to increase the size of
  *   the corresponding array for subsequent runs. if either is very low
  *   or zero then one can perhaps save storage by reducing the size of
  *   the corresponding array.
  * \item[minirn, minicn]
  *   Integer: In the event of a
  *   successful return (#iflag# >= 0 or #iflag# = -14) give the minimum size
  *   of #irn# and #a#/#icn# respectively which would enable a successful run
  *   on an identical matrix. On an exit with #iflag# equal to -5, #minicn#
  *   gives the minimum value of #icn# for success on subsequent runs on
  *   an identical matrix. in the event of failure with #iflag# = -6, -4,
  *   -3, -2, or -1, then #minicn# and #minirn# give the minimum value of
  *   #licn# and #lirn# respectively which would be required for a
  *   successful decomposition up to the point at which the failure
  *   occurred.
  * \item[irank]
  *   Integer:  Gives an upper bound on the rank of the matrix.
  * \item[abort1]
  *   Logical:  Default value #true#.  If #abort1# is
  *   set to #false# then ma28a/ad will decompose structurally singular
  *   matrices (including rectangular ones).
  * \item[abort2]
  *   Logical:   Default value #true#.  If #abort2# is
  *   set to #false# then ma28a/ad will decompose numerically singular
  *   matrices.
  * \item[idisp]
  *   Integer[2]:  On output from ma28a/ad, the
  *   indices of the diagonal blocks of the factors lie in positions
  *   idisp(1) to idisp(2) of #a#/#icn#. This array must be preserved
  *   between a call to ma28a/ad and subsequent calls to ma28b/bd,
  *   ma28c/cd or ma28i/id.
  * \item[tol]
  *   Double Precision:  If it is set to a positive value, then any
  *   non-zero whose modulus is less than #tol# will be dropped from the
  *   factorization.  The factorization will then require less storage
  *   but will be inaccurate.  After a run of ma28a/ad with #tol# positive
  *   it is not possible to use ma28b/bd and the user is recommended to
  *   use ma28i/id to obtain the solution.  The default value for #tol# is
  *   0.0.
  * \item[themax]
  *   Double Precision:  On exit from ma28a/ad, it will hold the
  *   largest entry of the original matrix.
  * \item[big]
  *   Double Precision:  If #lbig# has been set to #true#, #big# will hold
  *   the largest entry encountered during the factorization by ma28a/ad
  *   or ma28b/bd.
  * \item[dxmax]
  *   Double Precision:  On exit from ma28i/id, #dxmax# will be set to
  *   the largest component of the solution.
  * \item[errmax]
  *   Double Precision:  On exit from ma28i/id, If #maxit# is
  *   positive, #errmax# will be set to the largest component in the
  *   estimate of the error.
  * \item[dres]
  *   Double Precision:  On exit from ma28i/id, if #maxit# is positive,
  *   #dres# will be set to the largest component of the residual.
  * \item[cgce]
  *   Double Precision:  It is used by ma28i/id to check the
  *   convergence rate.  if the ratio of successive corrections is
  *   not less than #cgce# then we terminate since the convergence
  *   rate is adjudged too slow.
  * \item[ndrop]
  *   Integer:  If #tol# has been set positive, on exit
  *   from ma28a/ad, #ndrop# will hold the number of entries dropped from
  *   the data structure.
  * \item[maxit]
  *   Integer:  It is the maximum number of iterations
  *   performed by ma28i/id. It has a default value of 16.
  * \item[noiter]
  *   Integer:  It is set by ma28i/id to the number of
  *   iterative refinement iterations actually used.
  * \item[nsrch]
  *   Integer:  If #nsrch# is set to a value less than #n#,
  *   then a different pivot option will be employed by ma28a/ad.  This
  *   may result in different fill-in and execution time for ma28a/ad.
  *   If #nsrch# is less than or equal to #n#, the workspace array #iw# can be
  *   reduced in length.  The default value for nsrch is 32768.
  * \item[istart]
  *   Integer:  If #istart# is set to a value other than
  *   zero, then the user must supply an estimate of the solution to
  *   ma28i/id.  The default value for istart is zero.
  * \item[lbig]
  *   Logical:  If #lbig# is set to #true#, the value of the
  *   largest element encountered in the factorization by ma28a/ad or
  *   ma28b/bd is returned in #big#.  setting #lbig# to #true#  will
  *   increase the time for ma28a/ad marginally and that for ma28b/bd
  *   by about 20%.  The default value for #lbig# is #false#.
  */

// @{
//		begin MA28 Common Block Access

// / Common block with members: #lp#, #mp#, #lblock#, #grow#
static MA28ED_struct &ma28ed_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA28ED,ma28ed);
// / Common block with members: #eps#, #rmin#, #resid#, #irncp#, #icncp#, #minirc#, #minicn#, #irank#, #abort1#, #abort2#
static MA28FD_struct &ma28fd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA28FD,ma28fd);
// / Common block with members: #idisp#
static MA28GD_struct &ma28gd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA28GD,ma28gd);
// / Common block with members: #tol#, #themax#, #big#, #bxmax#, #errmax#, #dres#, #cgce#, #ndrop#, #maxit#, #noiter#, #nsrch#, #istart#, #lbig#
static MA28HD_struct &ma28hd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA28HD,ma28hd);
// / Common block with members: #lp#, #abort1#, #abort2#, #abort3#
static MA30ED_struct &ma30ed_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA30ED,ma30ed);
// / Common block with members: #irncp#, #icncp#, #irank#, #irn#, #icn#
static MA30FD_struct &ma30fd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA30FD,ma30fd);
// / Common block with members: #eps#, #rmin#
static MA30GD_struct &ma30gd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA30GD,ma30gd);
// / Common block with members: #resid#
static MA30HD_struct &ma30hd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA30HD,ma30hd);
// / Common block with members: #tol#, #big#, #ndrop#, #nsrch#, #lbig#
static MA30ID_struct &ma30id_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MA30ID,ma30id);
// / Common block with members: #lp#, #numnz#, #num#, #large#, #abort#
static MC23BD_struct &mc23bd_cb = FORTRAN_COMMMON_BLOCK_NAME_UL(MC23BD,mc23bd);

  // The reason that these are declared static is because I need to
  // make sure that these references are initialized before they are
  // used in other global defintions.  This means that every translation
  // unit will have their own copy of this data.  To reduce this code
  // blot you could declair them as pointers then set then using the 
  // trick of an initialization class (Myers).

//		end MA28 Common Block Access
// @}

// /
/* * Analyze and factor a sparse matrix.
  *
  * This function analyzes (determines row and column pivots to minimize
  * fill-in and result in a better conditioned factorization) then factors
  * (calculates upper and lower triangular factors for the determined
  * row and column pivots) the permuted system.  The function takes a sparse
  * matrix stored in coordinate form ([Aij, i, j] => [#a#, #irn#, #icn#]) and
  * factorizes it.  On entry, the first #nz# elements of #a#, #irn#, and
  * #icn# hold the matrix elements.  The remaining entires of #a#, #irn#
  * , and #icn# hold the fill-in entries after the matrix factorization is
  * complete.
  *
  * The amount of fill-in is influenced by #u#.  A value of #u = 1.0# gives partial
  * pivoting where fill-in is sacrificed for the sake of numerical stability and
  * #u = 0.0# gives pivoting that strictly minimizes fill-in.
  *
  * The parameters #ikeep#, #iw#, and #w# are used as workspace but
  * #ikeep# contains important information about the factoriation
  * on return.
  *
  * The parameter #iflag# is used return error information about the attempt
  * to factorized the system.
  *
  * @param	n	[input] Order of the system being solved.
  * @param	nz  [input] Number of non-zeros of the input matrix (#nz >= n#).
  *				The ratio #nz/(n*n)# equals the sparsity fraction for the matrix.
  * @param	a	[input/output] Length = #licn#.  The first #nz# entries hold the
  *				non-zero entries of the input matrix on input and
  *				the non-zero entries of the factorized matrix on exit.
  * @param	licn	[input] length of arrays #a# and #icn#.  This
  *					is the total amount of storage advalable for the
  *					non-zero entries of the factorization of #a#.
  *					therefore #licn# must be greater than #nz#. How
  *					much greater depends on the amount of fill-in.
  * @param	irn	[input/modifed] Length = #ircn#.  The first #nz# entries hold
  *				the row indices of the matrix #a# on input.
  * @param	ircn	[input] Lenght of irn.
  * @param	icn	[input/output] Length = #licn#.  Holds column indices of #a# on 
  *				entry and the column indices of the reordered
  *				#a# on exit.
  * @param	u	[input] Controls partial pivoting.
  *				\begin{description}
  *				\item[#* u >= 1.0#]
  *					Uses partial pivoting for maximum numerical stability
  *					at the expense of some extra fill-in.
  *				\item[#* 1.0 < u < 0.0#]
  *					Balances numerical stability and fill-in with #u# near 1.0
  *					favoring stability and #u# near 0.0 favoring less fill-in.
  *				\item[#* u <= 0.0#]
  *					Determines row and column pivots to minimize fill-in
  *					irrespective of the numerical stability of the 
  *					resulting factorization.
  *				\end{description}
  * @param	ikeep	[output] Length = 5 * #n#.  On exist contains information about 
  *					the factorization.
  *					\begin{description}
  *					\item[#* #ikeep(:,1)]
  *						Holds the total length of the part of row i in
  *						the diagonal block.
  *					\item[#* #ikeep(:,2)]
  *						Holds the row pivots.  Row #ikeep(i,2)# of the
  *						input matrix is the ith row of the pivoted matrix
  *						which is factorized.
  *					\item[#* #ikeep(:,3)]
  *						Holds the column pivots.  Column #ikeep(i,3)# of the
  *						input matrix is the ith column of the pivoted matrix
  *						which is factorized.
  *					\item[#* #ikeep(:,4)]
  *						Holds the length of the part of row i in the L
  *						part of the L/U decomposition.
  *					\item[#* #ikeep(:,5)]
  *						Holds the length of the part of row i in the
  *						off-diagonal blocks.  If there is only one
  *						diagonal block, #ikeep(i,5)# is set to -1.
  *					\end{description}
  * @param	iw	[] Length = #8*n#.  Integer workspace.
  * @param	w	[] Length = #n#.  Real workspace.
  * @param	iflag	[output] Used to return error condtions.
  *					\begin{description}
  *					\item[#* >= 0#] Success.
  *					\item[#* < 0#] Some error has occured.
  *					\end{description}
  */
inline void ma28ad(const f_int& n, const f_int& nz, f_dbl_prec a[], const f_int& licn
  , f_int irn[], const f_int& lirn, f_int icn[], const f_dbl_prec& u, f_int ikeep[], f_int iw[]
  , f_dbl_prec w[], f_int* iflag)
{	FORTRAN_FUNC_CALL_UL(MA28AD,ma28ad) (n,nz,a,licn,irn,lirn,icn,u,ikeep,iw,w,iflag);	}

// /
/* * Factor a sparse matrix using previous analyze pivots.
  *
  * This function uses the pivots determined from a previous factorization
  * to factorize the matrix #a# again.  The assumption is that the 
  * sparsity structure of #a# has not changed but only its numerical 
  * values.  It is therefore possible that the refactorization may 
  * become unstable.
  *
  * The matrix to be refactorized on order #n# with #nz# non-zero elements
  * is input in coordinate format in #a#, #ivect# and #jvect#. 
  *
  * Information about the factorization is contained in the #icn# and
  * #ikeep# arrays returned from \Ref{ma28ad}.
  *
  * @param	n	[input] Order of the system being solved.
  * @param	nz  [input] Number of non-zeros of the input matrix
  * @param	a	[input/output] Length = #licn#.  The first #nz# entries hold the
  *				non-zero entries of the input matrix on input and
  *				the non-zero entries of the factorized matrix on exit.
  * @param	licn	[input] length of arrays #a# and #icn#.  This
  *					is the total amount of storage avalable for the
  *					non-zero entries of the factorization of #a#.
  *					therefore #licn# must be greater than #nz#. How
  *					much greater depends on the amount of fill-in.
  * @param	icn	[input] Length = #licn#.  Same array output from #ma28ad#.
  *				It contains information about the analyze step.
  * @param	ikeep	[input] Length = 5 * #n#.  Same array output form #ma28ad#.
  *					It contains information about the analyze step.
  * @param	iw	[] Length = #8*n#.  Integer workspace.
  * @param	w	[] Length = #n#.  Real workspace.
  * @param	iflag	[output] Used to return error condtions.
  *					\begin{description}
  *					\item[#* >= 0#] Success
  *					\item[#* < 0#] Some error has occured.
  *					\end{description}
  */
inline void ma28bd(const f_int& n, const f_int& nz, f_dbl_prec a[], const f_int& licn
  , const f_int ivect[], const f_int jvect[], const f_int icn[], const f_int ikeep[], f_int iw[]
  , f_dbl_prec w[], f_int* iflag)
{	FORTRAN_FUNC_CALL_UL(MA28BD,ma28bd) (n,nz,a,licn,ivect,jvect,icn,ikeep,iw,w,iflag);	}

// /
/* * Solve for a rhs using a factorized matrix.
  *
  * This function solves for a rhs given a matrix factorized by
  * #ma28ad# or #ma28bd#.  The right hand side (rhs) is passed
  * in in #rhs# and the solution is return in #rhs#.  The 
  * factorized matrix is passed in in #a#, #icn#, and #ikeep#
  * which were set by #ma28ad# and/or #ma28bd#. The 
  *
  * The matrix or its transpose can be solved for by selecting
  * #mtype == 1# or #mtype != 1# respectively.
  *
  * @param	n	[input] Order of the system being solved.
  * @param	a	[input] Length = #licn#.  Contains the non-zero
  *				elements of the factorized matrix.
  * @param	licn	[input] length of arrays #a# and #icn#.  This
  *					is the total amount of storage avalable for the
  *					non-zero entries of the factorization of #a#.
  *					therefore #licn# must be greater than #nz#. How
  *					much greater depends on the amount of fill-in.
  * @param	icn	[input] Length = #licn#.  Same array output from #ma28ad#.
  *				It contains information about the analyze step.
  * @param	ikeep	[input] Length = 5 * #n#.  Same array output form #ma28ad#.
  *					It contains information about the analyze step.
  * @param	w	[] Length = #n#.  Real workspace.
  * @param	mtype	[input] Instructs to solve using the matrix or its transpoze.
  *					\begin{description}
  *					\item[#* mtype == 1#] Solve using the non-transposed matrix.
  *					\item[#* mtype != 1#] Solve using the transposed matrix.
  *					\end{description} 
  */
inline void ma28cd(const f_int& n, const f_dbl_prec a[], const f_int& licn, const f_int icn[]
  , const f_int ikeep[], f_dbl_prec rhs[], f_dbl_prec w[], const f_int& mtype)
{	FORTRAN_FUNC_CALL_UL(MA28CD,ma28cd) (n,a,licn,icn,ikeep,rhs,w,mtype);	}

//		end MA28 C++ Declarations
// @}

} // end namespace MA28_CDecl

#endif // MA28_CPPDECL_H