Home
last modified time | relevance | path

Searched refs:hchol (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-KFAS/KFAS/src/
H A Dldlssm.f9012 integer, intent(inout), dimension(n) :: hchol local
61 if(ydimt(t).GT.0 .AND. hdiagtest(hchol(t)).NE.0) then
62 … cholhelp(1:ydimt(t),1:ydimt(t)) = ichols(yobs(1:ydimt(t),t),yobs(1:ydimt(t),t),hchol(t))
71 if(ydimt(t).GT.0 .AND. hdiagtest(hchol(t)).NE.0) then
72 … cholhelp(1:ydimt(t),1:ydimt(t)) = ichols(yobs(1:ydimt(t),t),yobs(1:ydimt(t),t),hchol(t))
H A Ddeclarations.h4 int *p, int *m, int *n, double *ichols,int *nh,int *hchol,int *dim,int *info,
/dports/math/R-cran-KFAS/KFAS/R/
H A DtransformSSM.R71 hchol <- 1:n functionVar
74 hchol <- rep(0, n)
78 hchol[nhn] <- i
94 storage.mode(yobs) <- storage.mode(hobs) <- storage.mode(hchol) <- "integer"
99 n = n, ichols = ichols, nh = as.integer(nh), hchol = hchol,
110 diag(H[, , i]) <- diag(out$ichols[, , out$hchol[i]])
/dports/math/scilab/scilab-6.1.1/scilab/modules/umfpack/tests/nonreg_tests/
H A Dbug_8824.dia.ref31 assert_checktrue(execstr("hchol=taucs_chfact(A)","errcatch")==0);
32 assert_checktrue(execstr("taucs_chsolve(hchol,b)","errcatch")==0);
33 assert_checktrue(execstr("taucs_chdel(hchol)","errcatch")==0);
H A Dbug_8824.tst33 assert_checktrue(execstr("hchol=taucs_chfact(A)","errcatch")==0);
34 assert_checktrue(execstr("taucs_chsolve(hchol,b)","errcatch")==0);
35 assert_checktrue(execstr("taucs_chdel(hchol)","errcatch")==0);