#include "tool/global.hxx"#include "numeric/matrix.hxx"#include <sstream>#include <stdio.h>

Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
Functions | |
| void | scsolver::Debug (const char *s) |
| std::string | scsolver::repeatString (const char *, unsigned long) |
| void | scsolver::vectorToMatrix (const vector< double > &vec, Matrix &mx, bool rowMatrix) |
| void | scsolver::matrixToVector (const Matrix &mx, vector< double > &vec) |
1.5.3