Blender  V3.3
Namespaces | Functions | Variables
matrix_util.cpp File Reference
#include "matrix_util.h"
#include "BLI_math.h"

Go to the source code of this file.

Namespaces

 Freestyle
 inherits from class Rep
 
 Freestyle::OGF
 
 Freestyle::OGF::MatrixUtil
 

Functions

void Freestyle::OGF::MatrixUtil::semi_definite_symmetric_eigen (const double *mat, int n, double *eigen_vec, double *eigen_val)
 

Variables

static const double Freestyle::OGF::MatrixUtil::EPS = 0.00001
 
static int Freestyle::OGF::MatrixUtil::MAX_ITER = 100