STK++ 1.0
STK_MatrixLowerTriangular.h File Reference

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

#include "STK_Vector.h"
#include "STK_Point.h"
#include "STK_ITArray2D.h"
#include "STK_Display2D.h"
#include "../../Sdk/include/STK_ContainerTraits.h"
Include dependency graph for STK_MatrixLowerTriangular.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::ContainerTraits< Real, MatrixLowerTriangular >
 Specialization of the traits class ContainerTraits for MatrixLowerTriangular class. More...
class  STK::MatrixLowerTriangular
 Declaration of the lower triangular matrix class. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

ostream & STK::operator<< (ostream &s, MatrixLowerTriangular const &V)
 ostream for MatrixLowerTriangular.

Detailed Description

In this file we define the MatrixLowerTriangular class.

Definition in file STK_MatrixLowerTriangular.h.