Blender V4.3
matrix_util.cpp File Reference
#include "matrix_util.h"
#include "BLI_math_base.h"
#include "BLI_utildefines.h"

Go to the source code of this file.

Namespaces

namespace  Freestyle
 inherits from class Rep
 
namespace  Freestyle::OGF
 
namespace  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