Home
last modified time | relevance | path

Searched refs:tconstr (Results 1 – 8 of 8) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DPreProc.m118 tconstr = 1; % empty constraints so far variable
142 tconstr = vconstr; variable
145 tconstr = [kron(vconstr,eye(size(tconstr,2))); variable
146 kron(eye(length(vconstr)),tconstr)]; % Kronecker
157 tconstr = [kron(tconstr, eye(size(oconstr,2))); variable
158 kron(eye(size(tconstr,2)), oconstr)];
171 termconstr{sj} = tconstr;
177 nconstr = nconstr + size(tconstr,1);
/dports/lang/ocaml/ocaml-4.05.0/parsing/
H A Dparsetree.mli92 (* tconstr
93 T tconstr
94 (T1, ..., Tn) tconstr
101 (* #tconstr
102 T #tconstr
103 (T1, ..., Tn) #tconstr
/dports/lang/ocaml-nox11/ocaml-4.05.0/parsing/
H A Dparsetree.mli92 (* tconstr
93 T tconstr
94 (T1, ..., Tn) tconstr
101 (* #tconstr
102 T #tconstr
103 (T1, ..., Tn) #tconstr
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dpw_init_qexsd_input.f9058 … nconstr_inp, nc_fields, constr_type_inp, constr_target_inp, constr_inp, tconstr, &
563 IF (tconstr) THEN
565 …CALL qexsd_init_atomic_constraints( obj%atomic_constraints, ion_dynamics, tconstr, nconstr_inp,con…
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dinput_parameters.f901423 LOGICAL :: tconstr = .false. variable
1549 tconstr = .false.
H A Dread_cards.f901311 IF ( tconstr ) CALL errore( 'card_constraints', 'two occurrences', 2 )
1522 tconstr = .true.
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dtypecore.ml936 (* unification of a type with a tconstr with
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dtypecore.ml936 (* unification of a type with a tconstr with