Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1534 |
bates |
1 |
#ifndef MATRIX_LTCMATRIX_H
|
|
|
2 |
#define MATRIX_LTCMATRIX_H
|
|
|
3 |
|
|
|
4 |
#include <Rdefines.h>
|
|
|
5 |
#include "Mutils.h"
|
|
|
6 |
#include "triplet_to_col.h"
|
|
|
7 |
|
|
|
8 |
SEXP ltCMatrix_validate(SEXP x);
|
|
|
9 |
SEXP ltCMatrix_trans(SEXP x);
|
|
|
10 |
|
|
|
11 |
#endif
|