Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
eig_jacobi.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "eig_jacobi.h"
Include dependency graph for eig_jacobi.cpp:

Go to the source code of this file.

Namespaces

 hugin_utils
 namespace for various utils
 

Functions

void hugin_utils::sortd (int length, double *a, int *ind)
 
void hugin_utils::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 a[n][n] and computes the eigenvectors in another globally allocated matrix v[n][n]. More...
 

Detailed Description

Author
mike_.nosp@m.ess@.nosp@m.yahoo.nosp@m..com

Function comes from http://mywebpages.comcast.net/mike_ess/

$Id$

Definition in file eig_jacobi.cpp.