/Users/brown170/Projects/Current/coral_msu_repo/trunk/src/coralutils/ThirdPartyPackages/TNT/tnt_matrix.h File Reference

#include "tnt_subscript.h"
#include "tnt_vector.h"
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <sstream>
#include <fstream>

Include dependency graph for tnt_matrix.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TNT::Matrix< T >

Namespaces

namespace  TNT

Functions

template<class T >
std::ostream & TNT::operator<< (std::ostream &s, const Matrix< T > &A)
template<class T >
std::istream & TNT::operator>> (std::istream &s, Matrix< T > &A)
template<class T >
Matrix< T > & TNT::mult (Matrix< T > &C, const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::mult (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::operator* (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Vector< T > TNT::mult (const Matrix< T > &A, const Vector< T > &b)
template<class T >
Vector< T > TNT::operator* (const Matrix< T > &A, const Vector< T > &b)
template<class T >
Matrix< T > TNT::mult (const T &s, const Matrix< T > &A)
template<class T >
Matrix< T > TNT::mult (const Matrix< T > &A, const T &s)
template<class T >
Matrix< T > TNT::mult_eq (const T &s, const Matrix< T > &A)
template<class T >
Matrix< T > TNT::mult_eq (const Matrix< T > &A, const T &a)
template<class T >
Matrix< T > TNT::transpose_mult (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Vector< T > TNT::transpose_mult (const Matrix< T > &A, const Vector< T > &b)
template<class T >
Matrix< T > TNT::add (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::operator+ (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > & TNT::add_eq (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::operator+= (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::minus (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::operator- (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::mult_element (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
Matrix< T > TNT::mult_element_eq (const Matrix< T > &A, const Matrix< T > &B)
template<class T >
double TNT::norm (const Matrix< T > &A)
template<class T >
Matrix< T > TNT::transpose (const Matrix< T > &A)
template<class T >
Vector< T > TNT::upper_triangular_solve (const Matrix< T > &A, const Vector< T > &b)
template<class T >
Vector< T > TNT::lower_triangular_solve (const Matrix< T > &A, const Vector< T > &b)


Generated on Fri Feb 6 13:30:17 2009 for CorAL by  doxygen 1.5.8