#include "dgeMatrix.h"
#include "R_ext/Lapack.h"
Go to the source code of this file.
Functions | |
SEXP | dspMatrix_validate (SEXP obj) |
double | get_norm_sp (SEXP obj, char *typstr) |
SEXP | dspMatrix_norm (SEXP obj, SEXP type) |
SEXP | dspMatrix_rcond (SEXP obj, SEXP type) |
SEXP | dspMatrix_solve (SEXP a) |
SEXP | dspMatrix_matrix_solve (SEXP a, SEXP b, SEXP classed) |
SEXP | dspMatrix_as_dsyMatrix (SEXP from) |
SEXP | dspMatrix_matrix_mm (SEXP a, SEXP b, SEXP classed) |
SEXP | dspMatrix_trf (SEXP x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|