Matrix r5059
Loading...
Searching...
No Matches
cholmod-etc.h File Reference
#include "SuiteSparse/CHOLMOD/Include/cholmod.h"
#include <Rinternals.h>

Go to the source code of this file.

Functions

int Matrix_cholmod_start (cholmod_common *)
 
int Matrix_cholmod_finish (cholmod_common *)
 
cholmod_factor * M2CHF (SEXP, int)
 
cholmod_sparse * M2CHS (SEXP, int)
 
cholmod_dense * M2CHD (SEXP, char)
 
SEXP CHF2M (cholmod_factor *, int)
 
SEXP CHS2M (cholmod_sparse *, int, char)
 
SEXP CHD2M (cholmod_dense *, char, char)
 

Variables

cholmod_common c
 
cholmod_common cl
 

Function Documentation

◆ CHD2M()

SEXP CHD2M ( cholmod_dense * A,
char trans,
char shape )

Definition at line 375 of file cholmod-etc.c.

References _, dtrans2(), errorChar, GET_SLOT, Matrix_DimSym, Matrix_xSym, newObject(), SET_SLOT, and ztrans2().

Referenced by sparseCholesky_solve().

◆ CHF2M()

◆ CHS2M()

SEXP CHS2M ( cholmod_sparse * A,
int values,
char shape )

◆ M2CHD()

cholmod_dense * M2CHD ( SEXP obj,
char trans )

◆ M2CHF()

◆ M2CHS()

◆ Matrix_cholmod_finish()

int Matrix_cholmod_finish ( cholmod_common * Common)

Definition at line 31 of file cholmod-etc.c.

References _.

Referenced by R_unload_Matrix().

◆ Matrix_cholmod_start()

int Matrix_cholmod_start ( cholmod_common * Common)

Definition at line 22 of file cholmod-etc.c.

References _, and Matrix_cholmod_error_handler().

Referenced by R_init_Matrix().

Variable Documentation

◆ c

◆ cl