Functions
vnl_linear_operators_3.h File Reference

3D linear algebra operations More...

#include <vnl/vnl_double_3.h>
#include <vnl/vnl_double_3x3.h>

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...
 

Detailed Description

3D linear algebra operations

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
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.

  Modifications
   LSB (Manchester) 23/3/01 Tidied documentation

Definition in file vnl_linear_operators_3.h.

Function Documentation

◆ operator *()

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.

◆ operator+()

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.