The R Project SVN R-packages

Rev

Rev 987 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 987 Rev 989
Line 1... Line 1...
1
#include "sscChol.h"
1
#include "dCholCMatrix.h"
2
 
2
 
3
SEXP sscChol_validate(SEXP object)
3
SEXP dCholCMatrix_validate(SEXP object)
4
{
4
{
5
    return ScalarLogical(1);
5
    return ScalarLogical(1);
6
}
6
}
7
 
7