Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1820 |
bates |
1 |
#ifndef MATRIX_PATTERN_H
|
|
|
2 |
#define MATRIX_PATTERN_H
|
|
|
3 |
|
|
|
4 |
#include <Rinternals.h>
|
|
|
5 |
#include <R.h>
|
|
|
6 |
#include "chm_common.h"
|
|
|
7 |
|
|
|
8 |
cholmod_sparse *factor_to_pattern(SEXP fact);
|
|
|
9 |
|
|
|
10 |
SEXP factor_prod(SEXP f1, SEXP f2);
|
|
|
11 |
|
|
|
12 |
#endif
|