STK++ 0.9.13
STK_SArray2DLowerTriangular.h File Reference

In this file we define the SArray2DLowerTriangular class. More...

#include "STK_SArray1D.h"
#include "STK_IArray2D.h"
#include "STK_IArray2DSlicers.h"
#include "STK_IArray2DModifiers.h"
Include dependency graph for STK_SArray2DLowerTriangular.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< SArray2DLowerTriangular< Type_ > >
 Specialization of the Traits class for the SArray2DLowerTriangular class. More...
 
class  STK::hidden::Traits< SArray2DLowerTriangular< Type_ > >::Void
 
class  STK::SArray2DLowerTriangular< Type_ >
 Declaration of the lower triangular matrix class. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Typedefs

typedef SArray2DLowerTriangular< RealSTK::SArrayLowerTriangularXX
 Specialization of the SArray2D class for lower triangular matrices.
 
typedef SArray2DLowerTriangular< double > STK::SArrayLowerTriangularXXd
 
typedef SArray2DLowerTriangular< intSTK::SArrayLowerTriangularXXi
 

Detailed Description

In this file we define the SArray2DLowerTriangular class.

Definition in file STK_SArray2DLowerTriangular.h.