PandA-2024.02
Functions | Variables
helm.c File Reference
#include "common.h"
Include dependency graph for helm.c:

Go to the source code of this file.

Functions

void helm_naive (real_t w[P], real_t L[P][P], real_t d[4], real_t u[P][P][P], real_t r[P][P][P])
 
void helm_factor_impl (real_t w[P], real_t L[P][P], real_t d[4], real_t u[P][P][P], real_t L_hat[P][P], real_t M_u[P][P][P], real_t r[P][P][P])
 
void helm_factor (real_t w[P], real_t L[P][P], real_t d[4], real_t u[P][P][P], real_t r[P][P][P])
 
int main (int argc, const char *argv[])
 

Variables

const size_t P = 11
 

Function Documentation

◆ helm_factor()

void helm_factor ( real_t  w[P],
real_t  L[P][P],
real_t  d[4],
real_t  u[P][P][P],
real_t  r[P][P][P] 
)

Definition at line 106 of file helm.c.

References helm_factor_impl(), L, and make_empty().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ helm_factor_impl()

void helm_factor_impl ( real_t  w[P],
real_t  L[P][P],
real_t  d[4],
real_t  u[P][P][P],
real_t  L_hat[P][P],
real_t  M_u[P][P][P],
real_t  r[P][P][P] 
)

Definition at line 52 of file helm.c.

References k, L, P, and x.

Referenced by helm_factor().

Here is the caller graph for this function:

◆ helm_naive()

void helm_naive ( real_t  w[P],
real_t  L[P][P],
real_t  d[4],
real_t  u[P][P][P],
real_t  r[P][P][P] 
)

Definition at line 7 of file helm.c.

References k, L, P, and x.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 128 of file helm.c.

References helm_factor(), helm_naive(), L, make_empty(), make_random(), mse(), and P.

Here is the call graph for this function:

Variable Documentation

◆ P

const size_t P = 11

Generated on Mon Feb 12 2024 13:03:06 for PandA-2024.02 by doxygen 1.8.13