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

Header file for the complete StaticMatrix implementation. More...

#include <blaze/math/dense/StaticMatrix.h>
#include <blaze/math/DenseMatrix.h>
#include <blaze/math/StaticVector.h>
#include <blaze/system/Precision.h>
#include <blaze/util/Random.h>

Go to the source code of this file.

Namespaces

namespace  blaze
 Namespace of the Blaze C++ math library.
 

Typedefs

typedef StaticMatrix< float, 2UL, 2UL, false > blaze::Mat2x2f
 2x2 single precision matrix.
 
typedef StaticMatrix< double, 2UL, 2UL, false > blaze::Mat2x2d
 2x2 double precision matrix.
 
typedef StaticMatrix< real, 2UL, 2UL, false > blaze::Mat2x2
 2x2 matrix with system-specific precision.
 
typedef StaticMatrix< float, 3UL, 3UL, false > blaze::Mat3x3f
 3x3 single precision matrix.
 
typedef StaticMatrix< double, 3UL, 3UL, false > blaze::Mat3x3d
 3x3 double precision matrix.
 
typedef StaticMatrix< real, 3UL, 3UL, false > blaze::Mat3x3
 3x3 matrix with system-specific precision.
 
typedef StaticMatrix< float, 4UL, 4UL, false > blaze::Mat4x4f
 4x4 single precision matrix.
 
typedef StaticMatrix< double, 4UL, 4UL, false > blaze::Mat4x4d
 4x4 double precision matrix.
 
typedef StaticMatrix< real, 4UL, 4UL, false > blaze::Mat4x4
 4x4 matrix with system-specific precision.
 
typedef StaticMatrix< float, 5UL, 5UL, false > blaze::Mat5x5f
 5x5 single precision matrix.
 
typedef StaticMatrix< double, 5UL, 5UL, false > blaze::Mat5x5d
 5x5 double precision matrix.
 
typedef StaticMatrix< real, 5UL, 5UL, false > blaze::Mat5x5
 5x5 matrix with system-specific precision.
 
typedef StaticMatrix< float, 6UL, 6UL, false > blaze::Mat6x6f
 6x6 single precision matrix.
 
typedef StaticMatrix< double, 6UL, 6UL, false > blaze::Mat6x6d
 6x6 double precision matrix.
 
typedef StaticMatrix< real, 6UL, 6UL, false > blaze::Mat6x6
 6x6 matrix with system-specific precision.
 

Detailed Description

Header file for the complete StaticMatrix implementation.

Copyright (C) 2011 Klaus Iglberger - All Rights Reserved

This file is part of the Blaze library. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with a special exception for linking and compiling against the Blaze library, the so-called "runtime exception"; see the file COPYING. If not, see http://www.gnu.org/licenses/.