| 422 | } |
| 423 | |
| 424 | void SparseFTFactorization::dump() const |
| 425 | { |
| 426 | printf( "*** Dumping FT factorization ***\n\n" ); |
| 427 | |
| 428 | printf( "\nDumping FT factors:\n" ); |
| 429 | _sparseLUFactors.dump(); |
| 430 | printf( "\n\n" ); |
| 431 | |
| 432 | printf( "*** Done dumping FT factorization ***\n\n" ); |
| 433 | } |
| 434 | |
| 435 | void SparseFTFactorization::obtainFreshBasis() |
| 436 | { |
nothing calls this directly
no outgoing calls
no test coverage detected