#include <iostream>
#include <cassert>
Include dependency graph for tnt_transv.h:
Go to the source code of this file.
Namespaces | |
namespace | SPUC |
Classes | |
class | SPUC::transpose_view< array2D > |
Template class for Matrix Transpose Views. More... | |
Functions | |
template<class Matrix> | |
transpose_view< Matrix > | SPUC::transpose_view (const Matrix &A) |
Matrix Transpose Views. | |
template<class Matrix, class T> | |
Array1D< T > | SPUC::matmult (const transpose_view< Matrix > &A, const Array1D< T > &B) |
template<class Matrix, class T> | |
Array1D< T > | SPUC::operator * (const transpose_view< Matrix > &A, const Array1D< T > &B) |
template<class Matrix> | |
std::ostream & | SPUC::operator<< (std::ostream &s, const transpose_view< Matrix > &A) |