LibreOffice Module hwpfilter (master) 1
Static Public Member Functions | List of all members
mgcLinearSystemD Class Reference

#include <solver.h>

Static Public Member Functions

static std::unique_ptr< std::unique_ptr< double[]>[]> NewMatrix (int N)
 
static std::unique_ptr< double[]> NewVector (int N)
 
static bool Solve (int N, std::unique_ptr< std::unique_ptr< double[]>[]> const &A, double *b)
 

Detailed Description

Definition at line 23 of file solver.h.

Member Function Documentation

◆ NewMatrix()

std::unique_ptr< std::unique_ptr< double[]>[]> mgcLinearSystemD::NewMatrix ( int  N)
static

Definition at line 25 of file solver.cxx.

References A, col, and N.

Referenced by PeriodicSpline().

◆ NewVector()

std::unique_ptr< double[]> mgcLinearSystemD::NewVector ( int  N)
static

Definition at line 38 of file solver.cxx.

References B, and N.

Referenced by PeriodicSpline().

◆ Solve()

bool mgcLinearSystemD::Solve ( int  N,
std::unique_ptr< std::unique_ptr< double[]>[]> const &  A,
double *  b 
)
static

Definition at line 47 of file solver.cxx.

References a, big, i, and n.

Referenced by PeriodicSpline().


The documentation for this class was generated from the following files: