Ardour  8.7-15-gadf511264b
NSUtility Struct Reference

#include <Polyfit.h>

Static Public Member Functions

static void swap (double &a, double &b)
 
static void zeroise (vector< double > &array, int n)
 
static void zeroise (vector< int > &array, int n)
 
static void zeroise (vector< vector< double > > &matrix, int m, int n)
 
static void zeroise (vector< vector< int > > &matrix, int m, int n)
 
static double sqr (const double &x)
 

Detailed Description

Definition at line 83 of file Polyfit.h.

Member Function Documentation

◆ sqr()

static double NSUtility::sqr ( const double &  x)
inlinestatic

Definition at line 110 of file Polyfit.h.

◆ swap()

static void NSUtility::swap ( double &  a,
double &  b 
)
inlinestatic

Definition at line 85 of file Polyfit.h.

◆ zeroise() [1/4]

static void NSUtility::zeroise ( vector< double > &  array,
int  n 
)
inlinestatic

Definition at line 87 of file Polyfit.h.

◆ zeroise() [2/4]

static void NSUtility::zeroise ( vector< int > &  array,
int  n 
)
inlinestatic

Definition at line 92 of file Polyfit.h.

◆ zeroise() [3/4]

static void NSUtility::zeroise ( vector< vector< double > > &  matrix,
int  m,
int  n 
)
inlinestatic

Definition at line 97 of file Polyfit.h.

◆ zeroise() [4/4]

static void NSUtility::zeroise ( vector< vector< int > > &  matrix,
int  m,
int  n 
)
inlinestatic

Definition at line 104 of file Polyfit.h.


The documentation for this struct was generated from the following file: