STK++ 1.0
STK_MatrixUpperTriangular.h File Reference

In this file we define the MatrixTriangular 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_MatrixUpperTriangular.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, MatrixUpperTriangular >
 Specialization of the traits class ContainerTraits for MatrixLowerTriangular class. More...
class  STK::MatrixUpperTriangular
 Declaration of the upper triangular matrix class. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

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

Detailed Description

In this file we define the MatrixTriangular class.

Definition in file STK_MatrixUpperTriangular.h.