#include "mbconfig.h"
#include <cstring>
#include <iostream>
#include <iomanip>
#include <vector>
#include "solman.h"
#include "submat.h"
#include "matvec3.h"
#include "ac/lapack.h"
Go to the source code of this file.
|
#define | HAVE_CONDITION_NUMBER ((defined(HAVE_DGETRF_) || defined(HAVE_DGETRF)) && (defined(HAVE_DGECON_) || defined(HAVE_DGECON))) |
|
#define HAVE_CONDITION_NUMBER ((defined(HAVE_DGETRF_) || defined(HAVE_DGETRF)) && (defined(HAVE_DGECON_) || defined(HAVE_DGECON))) |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const MatrixHandler & |
MH |
|
) |
| |