#include <AbstractLinAlgPack_MA28Solver.hpp>
Public Member Functions | |
| MA28Solver () | |
| Construct a solver object that is initialized with the default common block data variables. | |
| MA28Solver (const MA28Solver &s) | |
| Construct a solver object that is initialized with the common block data of another solver. | |
| 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) |
| | |
| 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) |
| | |
| 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) |
| | |
| void | lp (f_int lp) |
| | |
| f_int | lp () |
| | |
| void | mp (f_int mp) |
| | |
| f_int | mp () |
| | |
| void | lblock (f_logical lblock) |
| | |
| f_logical | lblock () |
| | |
| void | grow (f_logical grow) |
| | |
| f_logical | grow () |
| | |
| void | eps (f_dbl_prec eps) |
| | |
| f_dbl_prec | eps () |
| | |
| void | rmin (f_dbl_prec rmin) |
| | |
| f_dbl_prec | rmin () |
| | |
| void | resid (f_dbl_prec resid) |
| | |
| f_dbl_prec | resid () |
| | |
| void | irncp (f_int irncp) |
| | |
| f_int | irncp () |
| | |
| void | icncp (f_int icncp) |
| | |
| f_int | icncp () |
| | |
| void | minirn (f_int minirn) |
| | |
| f_int | minirn () |
| | |
| void | minicn (f_int minicn) |
| | |
| f_int | minicn () |
| | |
| void | irank (f_int irank) |
| | |
| f_int | irank () |
| | |
| void | abort1 (f_logical abort1) |
| | |
| f_logical | abort1 () |
| | |
| void | abort2 (f_logical abort2) |
| | |
| f_logical | abort2 () |
| | |
| void | idisp (f_int val, f_int i) |
| | |
| f_int | idisp (f_int i) |
| | |
| void | tol (f_dbl_prec tol) |
| | |
| f_dbl_prec | tol () |
| | |
| void | themax (f_dbl_prec themax) |
| | |
| f_dbl_prec | themax () |
| | |
| void | big (f_dbl_prec big) |
| | |
| f_dbl_prec | big () |
| | |
| void | dxmax (f_dbl_prec dxmax) |
| | |
| f_dbl_prec | dxmax () |
| | |
| void | errmax (f_dbl_prec errmax) |
| | |
| f_dbl_prec | errmax () |
| | |
| void | dres (f_dbl_prec dres) |
| | |
| f_dbl_prec | dres () |
| | |
| void | cgce (f_dbl_prec cgce) |
| | |
| f_dbl_prec | cgce () |
| | |
| void | ndrop (f_int ndrop) |
| | |
| f_int | ndrop () |
| | |
| void | maxit (f_int maxit) |
| | |
| f_int | maxit () |
| | |
| void | noiter (f_int noiter) |
| | |
| f_int | noiter () |
| | |
| void | nsrch (f_int nsrch) |
| | |
| f_int | nsrch () |
| | |
| void | istart (f_int istart) |
| | |
| f_int | istart () |
| | |
| void | lbig (f_logical lbig) |
| | |
| f_logical | lbig () |
| | |
| void | dump_common_blocks (std::ostream &o) |
| Dump the common block infomation for this solver object. | |
| MA28Solver & | operator= (const MA28Solver &solver) |
| Copy the state of one solver to another. | |
Static Public Member Functions | |
| void | dump_ma28_common_blocks (std::ostream &o) |
| Dump the common block infomation for ma28 common blocks. | |
Each object of this class represents a specific MA28 package. Each object encapsulates the common block data for MA28. This class has the same interface functions as MA28 (ma28ad# , ma28bd#, and ma28cd#). It also has functions for getting and retrieving the common block data from the MA28 common blocks.
Definition at line 56 of file AbstractLinAlgPack_MA28Solver.hpp.
|
|
Construct a solver object that is initialized with the default common block data variables.
Definition at line 61 of file AbstractLinAlgPack_MA28Solver.cpp. |
|
|
Construct a solver object that is initialized with the common block data of another solver.
Definition at line 68 of file AbstractLinAlgPack_MA28Solver.cpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 68 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 78 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 88 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 99 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 102 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 105 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 108 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 111 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 114 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 117 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 120 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 123 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 126 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 129 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 132 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 135 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 138 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 141 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 144 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 147 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 150 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 153 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 156 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 159 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 162 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 165 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 168 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 171 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 174 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 177 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 180 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
||||||||||||
|
Definition at line 183 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 186 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 189 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 192 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 195 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 198 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 201 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 204 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 207 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 210 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 213 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 216 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 219 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 222 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 225 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 228 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 231 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 234 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 237 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 240 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 243 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 246 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 249 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 252 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 255 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 258 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 261 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Definition at line 264 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Dump the common block infomation for this solver object.
Definition at line 268 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Copy the state of one solver to another.
Definition at line 272 of file AbstractLinAlgPack_MA28Solver.hpp. |
|
|
Dump the common block infomation for ma28 common blocks.
Definition at line 279 of file AbstractLinAlgPack_MA28Solver.hpp. |
1.3.9.1