#include "geMatrix.h"
#include "R_ext/Lapack.h"
Go to the source code of this file.
Functions | |
SEXP | syMatrix_validate (SEXP obj) |
SEXP | syMatrix_norm (SEXP obj, SEXP type) |
SEXP | syMatrix_rcond (SEXP obj, SEXP type) |
SEXP | syMatrix_solve (SEXP a) |
SEXP | syMatrix_matrix_solve (SEXP a, SEXP b) |
SEXP | syMatrix_as_geMatrix (SEXP from) |
SEXP | syMatrix_as_matrix (SEXP from) |
double | get_norm_sy (SEXP obj, char *typstr) |
SEXP | syMatrix_geMatrix_mm (SEXP a, SEXP b) |
SEXP | syMatrix_geMatrix_mm_R (SEXP a, SEXP b) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|