#include "../rtt-config.h"
#include <ostream>
#include <vector>
Go to the source code of this file.
|
template<unsigned S, typename D > |
MultiVector< S, D > | RTT::extras::operator* (const D d, const MultiVector< S, D > &v) |
|
template<unsigned S, typename D > |
MultiVector< S, D > | RTT::extras::operator+ (const D d, const MultiVector< S, D > &v) |
|
template<unsigned S, typename D > |
MultiVector< S, D > | RTT::extras::operator- (const D d, const MultiVector< S, D > &v) |
|
template<unsigned int S, class T > |
std::ostream & | RTT::extras::operator<< (std::ostream &os, MultiVector< S, T > &q) |
|
template<unsigned int S, class T > |
std::istream & | RTT::extras::operator>> (std::istream &os, MultiVector< S, T > &q) |
|