OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Typedefs | Functions
BoostMatrix.h File Reference
#include <boost/numeric/ublas/matrix.hpp>
Include dependency graph for BoostMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef boost::numeric::ublas::matrix< double > matrix_t
 

Functions

template<class T >
prod_boost_vector (const boost::numeric::ublas::matrix< double > &rotation, const T &vector)
 

Typedef Documentation

◆ matrix_t

typedef boost::numeric::ublas::matrix<double> matrix_t

Definition at line 23 of file BoostMatrix.h.

Function Documentation

◆ prod_boost_vector()

template<class T >
T prod_boost_vector ( const boost::numeric::ublas::matrix< double > &  rotation,
const T &  vector 
)