Home
last modified time | relevance | path

Searched defs:n_max (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/math/R-cran-haven/haven/R/
H A Dcpp11.R3 df_parse_sas_file <- function(spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n_max,… argument
7 df_parse_sas_raw <- function(spec_b7dat, spec_b7cat, encoding, catalog_encoding, cols_skip, n_max, … argument
11 df_parse_xpt_file <- function(spec, cols_skip, n_max, rows_skip, name_repair) { argument
15 df_parse_xpt_raw <- function(spec, cols_skip, n_max, rows_skip, name_repair) { argument
19 df_parse_dta_file <- function(spec, encoding, cols_skip, n_max, rows_skip, name_repair) { argument
23 df_parse_dta_raw <- function(spec, encoding, cols_skip, n_max, rows_skip, name_repair) { argument
27 df_parse_sav_file <- function(spec, encoding, user_na, cols_skip, n_max, rows_skip, name_repair) { argument
31 df_parse_sav_raw <- function(spec, encoding, user_na, cols_skip, n_max, rows_skip, name_repair) { argument
35 df_parse_por_file <- function(spec, encoding, user_na, cols_skip, n_max, rows_skip, name_repair) { argument
39 df_parse_por_raw <- function(spec, encoding, user_na, cols_skip, n_max, rows_skip, name_repair) { argument
/dports/math/R-cran-haven/haven/src/
H A Dcpp11.cpp9 …SEXP spec_b7cat, SEXP encoding, SEXP catalog_encoding, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_sas_file()
16 …SEXP spec_b7cat, SEXP encoding, SEXP catalog_encoding, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_sas_raw()
23 extern "C" SEXP _haven_df_parse_xpt_file(SEXP spec, SEXP cols_skip, SEXP n_max, SEXP rows_skip, SEX… in _haven_df_parse_xpt_file()
30 extern "C" SEXP _haven_df_parse_xpt_raw(SEXP spec, SEXP cols_skip, SEXP n_max, SEXP rows_skip, SEXP… in _haven_df_parse_xpt_raw()
37 extern "C" SEXP _haven_df_parse_dta_file(SEXP spec, SEXP encoding, SEXP cols_skip, SEXP n_max, SEXP… in _haven_df_parse_dta_file()
44 extern "C" SEXP _haven_df_parse_dta_raw(SEXP spec, SEXP encoding, SEXP cols_skip, SEXP n_max, SEXP … in _haven_df_parse_dta_raw()
51 …parse_sav_file(SEXP spec, SEXP encoding, SEXP user_na, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_sav_file()
58 …_parse_sav_raw(SEXP spec, SEXP encoding, SEXP user_na, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_sav_raw()
65 …parse_por_file(SEXP spec, SEXP encoding, SEXP user_na, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_por_file()
72 …_parse_por_raw(SEXP spec, SEXP encoding, SEXP user_na, SEXP cols_skip, SEXP n_max, SEXP rows_skip,… in _haven_df_parse_por_raw()
/dports/textproc/R-cran-readxl/readxl/R/
H A Dread_excel.R123 na = "", trim_ws = TRUE, skip = 0, n_max = Inf, argument
124 guess_max = min(1000, n_max), argument
148 na = "", trim_ws = TRUE, skip = 0, n_max = Inf, argument
149 guess_max = min(1000, n_max), argument
168 na = "", trim_ws = TRUE, skip = 0, n_max = Inf, argument
169 guess_max = min(1000, n_max), argument
186 na = "", trim_ws = TRUE, skip = 0, n_max = Inf, argument
187 guess_max = min(1000, n_max), argument
262 standardise_limits <- function(range, skip, n_max, has_col_names) { argument
/dports/astro/pykep/pykep-2.6/pykep/util/
H A Dgravity_spherical_harmonic.py6 def gravity_spherical_harmonic(x, r_planet, mu, c, s, n_max, m_max): argument
52 def _gottlieb(x, r_planet, mu, c, s, n_max, m_max): argument
156 def _calculate_normalisation_parameters(n_max): argument
/dports/astro/py-pykep/pykep-2.6/pykep/util/
H A Dgravity_spherical_harmonic.py6 def gravity_spherical_harmonic(x, r_planet, mu, c, s, n_max, m_max): argument
52 def _gottlieb(x, r_planet, mu, c, s, n_max, m_max): argument
156 def _calculate_normalisation_parameters(n_max): argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_psi/
H A Dpaw_psi.F243 subroutine paw_psi_gen_Ba_Bs(n_max,n,B,Bs,Ba) argument
245 integer n_max,n local
267 subroutine paw_psi_gen_UD(n_max,n,Bs,D,work) argument
269 integer n_max,n local
290 subroutine paw_psi_gen_X(n_max,n, argument
379 subroutine paw_psi_fnm_to_X(n_max,n, argument
/dports/textproc/R-cran-readr/readr/R/
H A Dread_delim.R150 skip = 0, n_max = Inf, guess_max = min(1000, n_max), argument
216 n_max = Inf, argument
217 guess_max = min(1000, n_max), argument
281 n_max = Inf, argument
282 guess_max = min(1000, n_max), argument
338 comment = "", trim_ws = TRUE, skip = 0, n_max = Inf, argument
339 guess_max = min(1000, n_max), progress = show_progress(), argument
382 read_tokens <- function(data, tokenizer, col_specs, col_names, locale_, n_max, progress) { argument
391 … comment = "", n_max = Inf, guess_max = min(1000, n_max), progress = show_progress()) { argument
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtest51b.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable
H A Dtest51.m26 n_max = 1 ; variable
32 n_max = 64 ; variable
38 n_max = 64 ; variable
46 n_max = n ; variable
53 n_max = 1024 ; variable

12345678910>>...26