Hugintrunk
0.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
hugin_base
hugin_math
eig_jacobi.h
Go to the documentation of this file.
1
// -*- c-basic-offset: 4 -*-
2
28
#ifndef _HUGIN_MATH_EIG_JACOBI_H
29
#define _HUGIN_MATH_EIG_JACOBI_H
30
31
32
namespace
hugin_utils
33
{
34
52
void
eig_jacobi
(
int
n,
double
a[3][3],
double
v[3][3],
double
*d,
int
* ind,
int
* maxsweep,
int
* maxannil,
double
* epsilon);
53
54
}
55
56
#endif // _H
57
58
59
hugin_utils::eig_jacobi
void eig_jacobi(int n, double a[3][3], double v[3][3], double *d, int *ind, int *maxsweep, int *maxannil, double *epsilon)
Implements jacobi eigenvalue/vector algorithm on a symmetric matrix stored as a 2 dimensional matrix ...
Definition:
eig_jacobi.cpp:68
Generated on Sun Nov 10 2024 01:25:43 for Hugintrunk by
1.8.5