SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
DenseColMajMatrix.h File Reference

DenseColMaj matrices. More...

#include <Core/Datatypes/Matrix.h>
#include <Core/Geometry/Transform.h>
#include <Core/Math/MiscMath.h>
#include <vector>
#include <stdio.h>
#include <sci_defs/lapack_defs.h>
#include <sci_defs/blas_defs.h>
#include <Core/Util/Assert.h>
#include <Core/Util/FancyAssert.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Exceptions/FileNotFound.h>
#include <iostream>
#include <sstream>
#include <float.h>
#include <string.h>
#include <Core/Datatypes/share.h>

Go to the source code of this file.

Classes

class  DenseColMajMatrixGeneric< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Macros

#define DENSECOLMAJMATRIX_VERSION   3
 

Detailed Description

DenseColMaj matrices.

Author
Steven G. Parker Department of Computer Science University of Utah
Date
October 1994

Macro Definition Documentation

#define DENSECOLMAJMATRIX_VERSION   3