3D linear algebra operations More...
Go to the source code of this file.
Functions | |
vnl_double_3 | operator* (const vnl_double_3x3 &A, const vnl_double_3 &x) |
The binary multiplication operator. | |
vnl_double_3 | operator+ (const vnl_double_3 &a, const vnl_double_3 &b) |
The binary addition operator. |
3D linear algebra operations
Specialized linear operators for 3D vectors and matrices. Include this file if you're inlining or compiling linear algebra code for speed.
Modifications LSB (Manchester) 23/3/01 Tidied documentation
Definition in file vnl_linear_operators_3.h.
vnl_double_3 operator* | ( | const vnl_double_3x3 & | A, |
const vnl_double_3 & | x | ||
) | [inline] |
The binary multiplication operator.
Definition at line 28 of file vnl_linear_operators_3.h.
vnl_double_3 operator+ | ( | const vnl_double_3 & | a, |
const vnl_double_3 & | b | ||
) | [inline] |
The binary addition operator.
Definition at line 40 of file vnl_linear_operators_3.h.