atlas  0.6
Classes | Namespaces | Functions
ratvec.h File Reference
#include <vector>
#include "matrix.h"
#include "arithmetic.h"
Include dependency graph for ratvec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  atlas::ratvec::RationalVector< C >
 Element of lattice tensored with rational numbers. More...
 

Namespaces

 atlas
 
 atlas::ratvec
 

Functions

template<typename C1 , typename C2 >
RationalVector< C2 > atlas::ratvec::operator* (const matrix::Matrix< C1 > &M, const RationalVector< C2 > &v)
 
template<typename C1 , typename C2 >
RationalVector< C2 > atlas::ratvec::operator* (const RationalVector< C2 > &v, const matrix::Matrix< C1 > &M)
 
template<typename C1 , typename C2 >
RationalVector< C2 > & atlas::ratvec::symmetrise (const matrix::Matrix< C1 > &M, RationalVector< C2 > &v)
 
template<typename C1 , typename C2 >
RationalVector< C2 > & atlas::ratvec::symmetrise (RationalVector< C2 > &v, const matrix::Matrix< C1 > &M)
 

Detailed Description

This is ratvec.h