doxygen: opennl tagged.

renamed BLO_sys_types.h to superlu_sys_types.h
This commit is contained in:
Nathan Letwory 2011-02-25 10:24:29 +00:00
parent 45ed5f53f6
commit 4e51512d0b
40 changed files with 124 additions and 4 deletions

@ -67,7 +67,7 @@ set(SRC
superlu/xerbla.c
extern/ONL_opennl.h
superlu/BLO_sys_types.h
superlu/superlu_sys_types.h
superlu/Cnames.h
superlu/colamd.h
superlu/ssp_defs.h

@ -1,3 +1,6 @@
/** \file opennl/extern/ONL_opennl.h
* \ingroup opennlextern
*/
/*
* $Id$
*

@ -1,3 +1,6 @@
/** \file opennl/intern/opennl.c
* \ingroup opennlintern
*/
/*
* $Id$
*

@ -1,3 +1,6 @@
/** \file opennl/superlu/Cnames.h
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/colamd.c
* \ingroup opennl
*/
/* ========================================================================== */
/* === colamd - a sparse matrix column ordering algorithm =================== */
/* ========================================================================== */

@ -1,3 +1,6 @@
/** \file opennl/superlu/colamd.h
* \ingroup opennl
*/
/* ========================================================================== */
/* === colamd prototypes and definitions ==================================== */
/* ========================================================================== */

@ -1,3 +1,6 @@
/** \file opennl/superlu/get_perm_c.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/heap_relax_snode.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/lsame.c
* \ingroup opennl
*/
int lsame_(char *, char *);

@ -1,3 +1,6 @@
/** \file opennl/superlu/memory.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/mmd.c
* \ingroup opennl
*/
typedef int shortint;

@ -1,3 +1,6 @@
/** \file opennl/superlu/relax_snode.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/scolumn_bmod.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/scolumn_dfs.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/scopy_to_ucol.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/sgssv.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/sgstrf.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/sgstrs.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file smemory.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --
@ -8,7 +11,7 @@
*/
#include "ssp_defs.h"
#include "BLO_sys_types.h" // needed for intptr_t
#include "superlu_sys_types.h" // needed for intptr_t
/* Constants */
#define NO_MEMTYPE 4 /* 0: lusup;

@ -1,3 +1,6 @@
/** \file opennl/superlu/smyblas2.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/sp_coletree.c
* \ingroup opennl
*/
/* Elimination tree computation and layout routines */

@ -1,3 +1,6 @@
/** \file opennl/superlu/sp_ienv.c
* \ingroup opennl
*/
/*
* File name: sp_ienv.c
* History: Modified from lapack routine ILAENV

@ -1,3 +1,6 @@
/** \file opennl/superlu/sp_preorder.c
* \ingroup opennl
*/
#include "ssp_defs.h"
int check_perm(char *, int , int *);

@ -1,3 +1,6 @@
/** \file opennl/superlu/spanel_bmod.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/spanel_dfs.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/spivotL.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/spruneL.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/ssnode_bmod.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/ssnode_dfs.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/ssp_blas2.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/ssp_blas3.c
* \ingroup opennl
*/
/*

@ -1,3 +1,6 @@
/** \file opennl/superlu/ssp_defs.h
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/strsv.c
* \ingroup opennl
*/
int strsv_(char *, char *, char *, int *, float *, int *, float *, int *);

@ -1,5 +1,5 @@
/**
* $Id$
/*
* $Id: superlu_sys_types.h -1 $
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@ -37,9 +37,15 @@
*
*/
/** \file superlu_sys_types.h
* \ingroup opennl
*/
/*
// DG: original BLO_sys_types.h is in source/blender/blenkernel
// but is not allowed be accessed here because of bad-level-call
// jesterKing: renamed to superlu_sys_types.h
*/
#ifndef BLO_SYS_TYPES_H

@ -1,3 +1,6 @@
/** \file opennl/superlu/superlu_timer.c
* \ingroup opennl
*/
/*
* Purpose
* =======

@ -1,3 +1,6 @@
/** \file opennl/superlu/supermatrix.h
* \ingroup opennl
*/
#ifndef __SUPERLU_SUPERMATRIX /* allow multiple inclusions */
#define __SUPERLU_SUPERMATRIX

@ -1,3 +1,6 @@
/** \file opennl/superlu/sutil.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --

@ -1,3 +1,6 @@
/** \file opennl/superlu/util.c
* \ingroup opennl
*/
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,

@ -1,3 +1,6 @@
/** \file opennl/superlu/util.h
* \ingroup opennl
*/
#ifndef __SUPERLU_UTIL /* allow multiple inclusions */
#define __SUPERLU_UTIL

@ -1,3 +1,6 @@
/** \file opennl/superlu/xerbla.c
* \ingroup opennl
*/
#include <stdio.h>
int xerbla_(char *, int *);