LADEL
main
Sparse LDL factorization package with rank 1 and rowadd/rowdel updates
LADEL
include
ladel_row_mod.h
Go to the documentation of this file.
1
/**
2
* @file ladel_row_mod.h
3
* @author Ben Hermans
4
* @brief Routines for the row add/delete updates to a factorization are defined in ladel_row_mod.c.
5
*/
6
7
#ifndef LADEL_ROW_MOD_H
8
#define LADEL_ROW_MOD_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#include "
ladel_types.h
"
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
/*LADEL_ROW_MOD_H*/
ladel_types.h
Structures and types used in LADEL routines.
Generated by
1.9.2