#include <math.h>#include <stdio.h>#include <string.h>#include "UT_Defines.h"#include "UT_SysClone.h"#include "UT_Math.h"#include "UT_IStream.h"#include "UT_Matrix2.h"#include "UT_Matrix3.h"#include "UT_RootFinder.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator* (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &m1, const UT_Vector2 &vec) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_TMatrix2< T > &m1, const UT_Vector2 &vec) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_Vector2 &vec, const UT_TMatrix2< T > &m1) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &m1, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (T sc, const UT_TMatrix2< T > &m1) |
| template<typename T > | |
| UT_TMatrix2< T > | operator* (const UT_TMatrix2< T > &m1, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator/ (T sc, const UT_TMatrix2< T > &m1) |
| UT_TMatrix2<T> operator* | ( | const UT_TMatrix2< T > & | m1, | |
| T | sc | |||
| ) | [inline] |
Definition at line 293 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator* | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 242 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | m1, | |
| T | sc | |||
| ) | [inline] |
Definition at line 277 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_Vector2 & | vec | |||
| ) | [inline] |
Definition at line 253 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 226 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | T | sc, | |
| const UT_TMatrix2< T > & | m1 | |||
| ) | [inline] |
Definition at line 285 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | const UT_Vector2 & | vec, | |
| const UT_TMatrix2< T > & | m1 | |||
| ) | [inline] |
Definition at line 269 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_Vector2 & | vec | |||
| ) | [inline] |
Definition at line 261 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 234 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator/ | ( | T | sc, | |
| const UT_TMatrix2< T > & | m1 | |||
| ) | [inline] |
Definition at line 301 of file UT_Matrix2.C.
1.5.9