MOCHA 0.9
|
#include <iostream>
#include <iomanip>
#include <math.h>
#include "matrix.h"
#include <cstdlib>
#include <ctime>
#include <set>
Defines | |
#define | LAPACK_RANK_ZERO 0.000000000000001 |
Functions | |
void | dgesvd_ (char *jobu, char *jobvt, int *m, int *n, double A[], int *lda, double s[], double U[], int *ldu, double VT[], int *ldtv, double Work[], int *lwork, int *info) |
void | dgetrf_ (int *M, int *N, double A[], int *LDA, int IPIV[], int *INFO) |
std::ostream & | operator<< (std::ostream &o, const Matrix &someMatrix) |
std::istream & | operator>> (std::istream &in, Matrix &M) |
#define LAPACK_RANK_ZERO 0.000000000000001 |
void dgesvd_ | ( | char * | jobu, |
char * | jobvt, | ||
int * | m, | ||
int * | n, | ||
double | A[], | ||
int * | lda, | ||
double | s[], | ||
double | U[], | ||
int * | ldu, | ||
double | VT[], | ||
int * | ldtv, | ||
double | Work[], | ||
int * | lwork, | ||
int * | info | ||
) |
void dgetrf_ | ( | int * | M, |
int * | N, | ||
double | A[], | ||
int * | LDA, | ||
int | IPIV[], | ||
int * | INFO | ||
) |
std::ostream& operator<< | ( | std::ostream & | o, |
const Matrix & | someMatrix | ||
) |
std::istream& operator>> | ( | std::istream & | in, |
Matrix & | M | ||
) |