Blender V2.61 - r43446
Functions

EIGENVALUE_HELPER.cpp File Reference

#include "EIGENVALUE_HELPER.h"

Go to the source code of this file.

Functions

void Eigentred2 (sEigenvalue &eval)
void Eigencdiv (sEigenvalue &eval, float xr, float xi, float yr, float yi)
void Eigentql2 (sEigenvalue &eval)
void Eigenorthes (sEigenvalue &eval)
void Eigenhqr2 (sEigenvalue &eval)
int computeEigenvalues3x3 (float dout[3], float a[3][3])

Detailed Description

Definition in file EIGENVALUE_HELPER.cpp.


Function Documentation

int computeEigenvalues3x3 ( float  dout[3],
float  a[3][3] 
)
void Eigencdiv ( sEigenvalue eval,
float  xr,
float  xi,
float  yr,
float  yi 
)

Definition at line 125 of file EIGENVALUE_HELPER.cpp.

References sEigenvalue::cdivi, sEigenvalue::cdivr, simple_enum_gen::d, and fabs().

Referenced by Eigenhqr2().

void Eigenhqr2 ( sEigenvalue eval)
void Eigenorthes ( sEigenvalue eval)
void Eigentql2 ( sEigenvalue eval)
void Eigentred2 ( sEigenvalue eval)

Definition at line 8 of file EIGENVALUE_HELPER.cpp.

References sEigenvalue::d, sEigenvalue::e, fabs(), g, i, sEigenvalue::n, sqrt(), and sEigenvalue::V.

Referenced by computeEigenvalues3x3().