Home
last modified time | relevance | path

Searched refs:n_col (Results 1 – 25 of 1858) sorted by relevance

12345678910>>...75

/dports/graphics/R-cran-viridis/viridis/inst/doc/
H A Dintro-to-viridis.R20 n_col <- 128 globalVar
35 img(rev(viridis(n_col)), "viridis")
36 img(rev(magma(n_col)), "magma")
37 img(rev(plasma(n_col)), "plasma")
38 img(rev(inferno(n_col)), "inferno")
39 img(rev(cividis(n_col)), "cividis")
40 img(rev(mako(n_col)), "mako")
41 img(rev(rocket(n_col)), "rocket")
42 img(rev(turbo(n_col)), "turbo")
46 img(rev(rainbow(n_col)), "rainbow")
[all …]
/dports/science/R-cran-eco/eco/src/
H A DgibbsBase2C.c56 double **S0 = doubleMatrix(n_col, n_col); /* prior scale for Sigma */ in cBase2C()
68 double **Sigma = doubleMatrix(n_col, n_col); /* The covariance matrix */ in cBase2C()
69 double **InvSigma = doubleMatrix(n_col, n_col); /* The inverse covariance matrix */ in cBase2C()
88 for (j = 0; j < n_col; j++) in cBase2C()
94 for (k = 0; k < n_col; k++) in cBase2C()
110 for (j = 0; j < n_col; j++) in cBase2C()
121 for (j = 0; j < n_col; j++) in cBase2C()
133 W[i][n_col-1] = dtemp; in cBase2C()
142 for(k = 0; k < n_col; k++) in cBase2C()
193 FreeMatrix(S0, n_col); in cBase2C()
[all …]
H A DgibbsBaseRC.c59 double **S0 = doubleMatrix(n_col, n_col); /* prior scale for InvWish */ in cBaseRC()
96 for (k = 0; k < n_col; k++) in cBaseRC()
115 for (k = 0; k < n_col; k++) in cBaseRC()
119 for (k = 0; k < n_col; k++) in cBaseRC()
123 for (k = 0; k < n_col; k++) in cBaseRC()
127 for (k = 0; k < n_col; k++) in cBaseRC()
159 W[i][j][n_col-1] = dtemp; in cBaseRC()
160 Wsum[i][n_col-1] += dtemp; in cBaseRC()
165 for (k = 0; k < n_col; k++) in cBaseRC()
272 FreeMatrix(S0, n_col); in cBaseRC()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/CCOLAMD/MATLAB/
H A Dccolamdtestmex.c52 (MAX (2 * nnz, 4 * n_col) + \
53 8*n_col + 6*n_row + n_col + (nnz / 5) \
54 + ((3 * n_col) + 1) + 5 * (n_col + 1) + n_row)
65 Long n_col, in dump_matrix() argument
197 n_col = mxGetN (Ainput) ; in mexFunction()
202 nnz = p [n_col] ; in mexFunction()
220 Alen = CCOLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
297 p [n_col] = p [0] ; in mexFunction()
306 p [n_col] = Alen ; in mexFunction()
447 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/COLAMD/MATLAB/
H A Dcolamdtestmex.c65 Long n_col,
185 n_col = mxGetN (Ainput) ; in mexFunction()
190 nnz = p [n_col] ; in mexFunction()
209 #define COLAMD_C(n_col) (((n_col) + 1) * 24 / sizeof (Long)) in mexFunction() argument
221 Alen = COLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
298 p [n_col] = p [0] ; in mexFunction()
307 p [n_col] = Alen ; in mexFunction()
448 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
467 n_col = -1 ; in mexFunction()
510 for (i = 0 ; i < n_col ; i++) in mexFunction()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/COLAMD/MATLAB/
H A Dcolamdtestmex.c65 Long n_col,
185 n_col = mxGetN (Ainput) ; in mexFunction()
190 nnz = p [n_col] ; in mexFunction()
209 #define COLAMD_C(n_col) (((n_col) + 1) * 24 / sizeof (Long)) in mexFunction() argument
221 Alen = COLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
298 p [n_col] = p [0] ; in mexFunction()
307 p [n_col] = Alen ; in mexFunction()
448 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
467 n_col = -1 ; in mexFunction()
510 for (i = 0 ; i < n_col ; i++) in mexFunction()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/COLAMD/MATLAB/
H A Dcolamdtestmex.c65 Long n_col,
185 n_col = mxGetN (Ainput) ; in mexFunction()
190 nnz = p [n_col] ; in mexFunction()
209 #define COLAMD_C(n_col) (((n_col) + 1) * 24 / sizeof (Long)) in mexFunction() argument
221 Alen = COLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
298 p [n_col] = p [0] ; in mexFunction()
307 p [n_col] = Alen ; in mexFunction()
448 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
467 n_col = -1 ; in mexFunction()
510 for (i = 0 ; i < n_col ; i++) in mexFunction()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/COLAMD/MATLAB/
H A Dcolamdtestmex.c65 Long n_col,
185 n_col = mxGetN (Ainput) ; in mexFunction()
190 nnz = p [n_col] ; in mexFunction()
209 #define COLAMD_C(n_col) (((n_col) + 1) * 24 / sizeof (Long)) in mexFunction() argument
221 Alen = COLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
298 p [n_col] = p [0] ; in mexFunction()
307 p [n_col] = Alen ; in mexFunction()
448 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
467 n_col = -1 ; in mexFunction()
510 for (i = 0 ; i < n_col ; i++) in mexFunction()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/COLAMD/MATLAB/
H A Dcolamdtestmex.c65 Long n_col,
185 n_col = mxGetN (Ainput) ; in mexFunction()
190 nnz = p [n_col] ; in mexFunction()
209 #define COLAMD_C(n_col) (((n_col) + 1) * 24 / sizeof (Long)) in mexFunction() argument
221 Alen = COLAMD_MIN_MEMORY (nnz, n_row, n_col) + n_col ; in mexFunction()
298 p [n_col] = p [0] ; in mexFunction()
307 p [n_col] = Alen ; in mexFunction()
448 dump_matrix (A, p, n_row, n_col, Alen, n_col) ; in mexFunction()
467 n_col = -1 ; in mexFunction()
510 for (i = 0 ; i < n_col ; i++) in mexFunction()
[all …]

12345678910>>...75