Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_linear_operators_3.h File Reference

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)
vnl_double_3 operator+ (const vnl_double_3 &a, const vnl_double_3 &b)


Detailed Description

3D linear algebra operations.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 04 Aug 96 Specialized linear operators for 3D vectors and matrices. Include this file if you're inlining or compiling linear algebra code for speed.

Definition in file vnl_linear_operators_3.h.


Function Documentation

vnl_double_3 operator * const vnl_double_3x3   A,
const vnl_double_3 &    x
[inline]
 

The binary multiplication operator.

Definition at line 25 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 37 of file vnl_linear_operators_3.h.


Generated at Fri May 21 01:16:08 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000