KADATH
Utilities.

The class template Array implements mult-dimensional arrays (mainly of integers and doubles). More...

Classes

class  Kadath::Array< T >
 Template class for arrays. More...
 
class  Kadath::Dim_array
 Class for storing the dimensions of an array. More...
 
class  Kadath::Index
 Class that gives the position inside a multi-dimensional Array. More...
 
class  Kadath::List_comp
 Class for storing a list of tensorial components. More...
 
class  Kadath::Matrice
 Matrix handling. More...
 
class  Kadath::Param
 Parameter storage. More...
 

Detailed Description

The class template Array implements mult-dimensional arrays (mainly of integers and doubles).

The size of the various dimensions are stored in the class Dim_array and the position in a given array by the class Index.

The class Matrice is used for various matrices operations, mainly to solve linear systems.

Param is the storage class.

All these classes are independent of the numerical method (spectral method).