https://github.com/cran/Matrix
Revision e0a5d5dc7b84c423e5f4b36f254807bebacf4b80 authored by Douglas Bates on 16 December 2004, 00:00:00 UTC, committed by Gabor Csardi on 16 December 2004, 00:00:00 UTC
1 parent cc277d8
Raw File
Tip revision: e0a5d5dc7b84c423e5f4b36f254807bebacf4b80 authored by Douglas Bates on 16 December 2004, 00:00:00 UTC
version 0.8-21
Tip revision: e0a5d5d
poMatrix.h
#ifndef MATRIX_POMATRIX_H
#define MATRIX_POMATRIX_H

#include <R_ext/Lapack.h>
#include "Mutils.h"

SEXP poMatrix_rcond(SEXP obj, SEXP type);
SEXP poMatrix_solve(SEXP a);
SEXP poMatrix_matrix_solve(SEXP a, SEXP b);
SEXP poMatrix_geMatrix_solve(SEXP a, SEXP b);
SEXP poMatrix_chol(SEXP x);
double get_norm_sy(SEXP obj, char *typstr);

#endif
back to top