NUMCXX  0.13.20181108
Numerical library for small projects and teaching purposes
Classes | Namespaces | Functions
tarray.hxx File Reference

Description

Header for numcxx::TArray.

Definition in file tarray.hxx.

+ Include dependency graph for tarray.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  numcxx::TArray< T >
 TArray is the common template base class for arrays and dense matrices of the numcxx project. More...
 
class  numcxx::TArray< T >
 TArray is the common template base class for arrays and dense matrices of the numcxx project. More...
 
class  numcxx::TLinSolver< T >
 Base class for linear solvers and preconditioners. More...
 
class  numcxx::TLinOperator< T >
 Base class for linear operators (matrices, sparse matrices) More...
 

Namespaces

 numcxx
 Numcxx template library.
 

Functions

template<typename T >
std::ostream & numcxx::operator<< (std::ostream &s, TArray< T > &A)