#include <vector>
#include "tnt_vector.h"
#include "tnt_sparse_vector.h"
Go to the source code of this file.
Classes | |
class | TNT::Sparse_Matrix< T > |
Namespaces | |
namespace | TNT |
Functions | |
template<class T > | |
Vector< T > | TNT::operator* (const Sparse_Matrix< T > &S, const Vector< T > &x) |
template<class T > | |
double | TNT::norm (const Sparse_Matrix< T > &S) |
template<class T > | |
std::ostream & | TNT::operator<< (std::ostream &s, const Sparse_Matrix< T > &A) |