Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

testBK.cc File Reference

#include "fl/matrix.h"
#include "fl/random.h"
#include "fl/search.h"
#include "fl/lapackd.h"
#include <iostream>
#include <fstream>

Defines

#define parmFloat(n, d)   (argc > n ? atof (argv[n]) : (d))
#define parmInt(n, d)   (argc > n ? atoi (argv[n]) : (d))

Functions

void reconstruct (MatrixAbstract< double > &A, Vector< int > &ipiv, Matrix< double > &B)
void dsytf2_ (const char &uplo, const int &n, double a[], const int &lda, int ipiv[], int &info)
void dsytrs_ (const char &uplo, const int &n, const int &nrhs, double a[], const int &lda, int ipiv[], double b[], const int &ldb, int &info)
double randbad ()
int main (int argc, char *argv[])

Define Documentation

#define parmFloat n,
     (argc > n ? atof (argv[n]) : (d))
 

#define parmInt n,
     (argc > n ? atoi (argv[n]) : (d))
 


Function Documentation

void dsytf2_ const char &    uplo,
const int &    n,
double    a[],
const int &    lda,
int    ipiv[],
int &    info
 

void dsytrs_ const char &    uplo,
const int &    n,
const int &    nrhs,
double    a[],
const int &    lda,
int    ipiv[],
double    b[],
const int &    ldb,
int &    info
 

int main int    argc,
char *    argv[]
 

double randbad   [inline]
 

void reconstruct MatrixAbstract< double > &    A,
Vector< int > &    ipiv,
Matrix< double > &    B
 


Generated on Thu Dec 9 17:13:25 2004 for fl by doxygen1.2.18