Graphviz 14.1.3~dev.20260207.0611
Loading...
Searching...
No Matches
lu_t Struct Reference

state for working on LU decomposition More...

#include <neato.h>

Data Fields

double ** lu
 composite of upper and lower triangular matrices
 
int * ps
 pivot sequence
 

Detailed Description

Definition at line 38 of file neato.h.

Field Documentation

◆ lu

double** lu_t::lu

Definition at line 39 of file neato.h.

Referenced by lu_decompose(), lu_free(), and lu_solve().

◆ ps

int* lu_t::ps

Definition at line 40 of file neato.h.

Referenced by lu_decompose(), lu_free(), and lu_solve().


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