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

nested.cpp File Reference

#include <iostream>
#include <boost/timer.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::numeric
namespace  boost::numeric::ublas

Defines

#define BOOST_UBLAS_USE_ET

Typedefs

typedef boost::numeric::ublas::bounded_matrix<
double, 3, 3 > 
TINY
typedef boost::numeric::ublas::matrix<
TINY
BIG
typedef boost::numeric::ublas::bounded_vector<
double, 3 > 
TINY_VEC
typedef boost::numeric::ublas::vector<
TINY_VEC
BIG_VEC

Functions

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


Define Documentation

#define BOOST_UBLAS_USE_ET
 

Definition at line 4 of file nested.cpp.


Typedef Documentation

typedef boost::numeric::ublas::matrix<TINY> BIG
 

Definition at line 18 of file nested.cpp.

Referenced by main().

typedef boost::numeric::ublas::vector<TINY_VEC> BIG_VEC
 

Definition at line 21 of file nested.cpp.

Referenced by main().

typedef boost::numeric::ublas::bounded_matrix<double, 3, 3> TINY
 

Definition at line 17 of file nested.cpp.

Referenced by main().

typedef boost::numeric::ublas::bounded_vector<double, 3> TINY_VEC
 

Definition at line 20 of file nested.cpp.

Referenced by main(), and boost::numeric::ublas::operator *().


Function Documentation

int main size_t  argc,
char *  argv[]
 

Definition at line 55 of file nested.cpp.

References BIG, BIG_VEC, TINY, and TINY_VEC.


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