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. More... | |
| vnl_double_3 | operator+ (const vnl_double_3 &a, const vnl_double_3 &b) |
| The binary addition operator. More... | |
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.
|
inline |
The binary multiplication operator.
Definition at line 25 of file vnl_linear_operators_3.h.
|
inline |
The binary addition operator.
Definition at line 37 of file vnl_linear_operators_3.h.
1.8.15