npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
Matrix.hh File Reference

Template matrix class. More...

#include <vector>
#include <algorithm>
#include <stdexcept>
#include <utility>
#include "geners/ClassId.hh"
#include "npstat/nm/EigenMethod.hh"
#include "npstat/nm/SvdMethod.hh"
#include "npstat/nm/GeneralizedComplex.hh"
#include <iostream>
#include "npstat/nm/Matrix.icc"

Go to the source code of this file.

Classes

class  npstat::Matrix< Numeric, Len >
 

Namespaces

 npstat
 

Functions

template<typename Numeric >
Matrix< Numeric > npstat::diag (const Numeric *data, unsigned dataLen)
 
template<typename Numeric >
Matrix< Numeric > npstat::diag (const Numeric *data, unsigned nrows, unsigned ncols)
 
template<typename N , unsigned Len>
std::ostream & operator<< (std::ostream &os, const npstat::Matrix< N, Len > &m)
 
template<typename Numeric , unsigned Len>
npstat::Matrix< Numeric, Len > operator* (const Numeric &l, const npstat::Matrix< Numeric, Len > &r)
 

Detailed Description

Template matrix class.

Author: I. Volobouev

November 2008