Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
class | TNT::Transpose_View< Array2D > |
Namespaces | |
namespace | TNT |
Functions | |
template<class Matrix > | |
Transpose_View< Matrix > | TNT::Transpose_view (const Matrix &A) |
template<class Matrix , class T > | |
Vector< T > | TNT::matmult (const Transpose_View< Matrix > &A, const Vector< T > &B) |
template<class Matrix , class T > | |
Vector< T > | TNT::operator* (const Transpose_View< Matrix > &A, const Vector< T > &B) |
template<class Matrix > | |
std::ostream & | TNT::operator<< (std::ostream &s, const Transpose_View< Matrix > &A) |