HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MatrixFwd.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_MatrixFwd.h (UT Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __UT_MATRIXFWD_H_INCLUDED__
12 #define __UT_MATRIXFWD_H_INCLUDED__
13 
14 #include "UT_API.h"
15 #include <SYS/SYS_Types.h>
16 
17 template <typename T>
18 class UT_MatrixT;
19 
23 typedef UT_MatrixT<fpreal64> UT_Matrix; // Match precision w/UT_Vector
24 
25 #endif // __UT_MATRIXFWD_H_INCLUDED__
UT_MatrixT< fpreal > UT_MatrixR
Definition: UT_MatrixFwd.h:18
UT_MatrixT< fpreal64 > UT_Matrix
Definition: UT_MatrixFwd.h:23
UT_MatrixT< fpreal64 > UT_MatrixD
Definition: UT_MatrixFwd.h:22
UT_MatrixT< fpreal32 > UT_MatrixF
Definition: UT_MatrixFwd.h:21