Main Page | Namespace List | Data Structures | File List | Namespace Members | Data Fields | Globals

ublastest.cpp File Reference

#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <sys/time.h>
#include <unistd.h>
#include "itl/interface/boost.h"
#include "itl/preconditioner/ilu_new.h"
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_sparse.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <boost/numeric/ublas/operation.hpp>

Go to the source code of this file.

Typedefs

typedef sparse_matrix< double > uBLASSparseMatrix
typedef vector< double > uBLASVector

Functions

int main (int argc, char *argv[])

Variables

volatile const char _main_RCSID [] = "$Id$"


Typedef Documentation

typedef sparse_matrix<double> uBLASSparseMatrix
 

Definition at line 60 of file ublastest.cpp.

Referenced by main().

typedef vector<double> uBLASVector
 

Definition at line 61 of file ublastest.cpp.

Referenced by main().


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 63 of file ublastest.cpp.

References uBLASSparseMatrix, and uBLASVector.


Variable Documentation

volatile const char _main_RCSID[] = "$Id$" [static]
 

Definition at line 47 of file ublastest.cpp.


Generated on Wed Oct 1 14:41:00 2003 for Sample Code by doxygen 1.3.2