Main Page
+
Classes
Class List
+
Class Members
+
All
a
c
d
g
i
j
k
l
m
n
o
p
r
s
v
w
x
~
Functions
+
Variables
a
c
d
i
j
k
l
m
n
o
p
r
s
v
w
x
+
Files
File List
+
File Members
+
All
a
e
g
h
i
m
n
o
p
t
+
Functions
a
e
g
h
i
m
o
p
t
Variables
Typedefs
Macros
include
nav2d_localizer
eig3.h
Go to the documentation of this file.
1
2
/* Eigen-decomposition for symmetric 3x3 real matrices.
3
Public domain, copied from the public domain Java library JAMA. */
4
5
#ifndef _eig_h
6
7
/* Symmetric matrix A => eigenvectors in columns of V, corresponding
8
eigenvalues in d. */
9
void
eigen_decomposition
(
double
A[3][3],
double
V[3][3],
double
d[3]);
10
11
#endif
eigen_decomposition
void eigen_decomposition(double A[3][3], double V[3][3], double d[3])
nav2d_localizer
Author(s): Sebastian Kasperski
autogenerated on Mon Feb 28 2022 22:56:42