|
template<typename U > |
std::ostream & | DACE::operator<< (std::ostream &out, const AlgebraicMatrix< U > &obj) |
| Overload output stream operator. More...
|
|
template<> |
DACE_API std::ostream & | DACE::operator<< (std::ostream &out, const AlgebraicMatrix< DA > &obj) |
| DA specialization of output stream operator. More...
|
|
template<typename U > |
std::istream & | DACE::operator>> (std::istream &in, AlgebraicMatrix< U > &obj) |
| Overload input stream operator. More...
|
|
template<> |
DACE_API std::istream & | DACE::operator>> (std::istream &in, AlgebraicMatrix< DA > &obj) |
| DA specialization of input stream operator. More...
|
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator+ (const AlgebraicMatrix< U > &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator+ (const AlgebraicMatrix< U > &obj1, const V &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator+ (const U &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator- (const AlgebraicMatrix< U > &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator- (const AlgebraicMatrix< U > &obj1, const V &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator- (const U &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator* (const AlgebraicMatrix< U > &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator* (const AlgebraicMatrix< U > &obj1, const V &obj2) |
|
template<typename U , typename V > |
AlgebraicMatrix< typename PromotionTrait< U, V >::returnType > | DACE::operator* (const U &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicVector< typename PromotionTrait< U, V >::returnType > | DACE::operator* (const AlgebraicVector< U > &obj1, const AlgebraicMatrix< V > &obj2) |
|
template<typename U , typename V > |
AlgebraicVector< typename PromotionTrait< U, V >::returnType > | DACE::operator* (const AlgebraicMatrix< U > &obj1, const AlgebraicVector< V > &obj2) |
|
template<class T > |
AlgebraicMatrix< T > | DACE::transpose (const AlgebraicMatrix< T > &obj) |
|
template<class T > |
T | DACE::det (const AlgebraicMatrix< T > &obj) |
|
template<class T > |
AlgebraicMatrix< T > | DACE::inv (const AlgebraicMatrix< T > &obj) |
|
template<class T > |
AlgebraicMatrix< double > | DACE::cons (const AlgebraicMatrix< T > &obj) |
|