language:
Find link is a tool written by Edward Betts.searching for Generic function 25 found (47 total)
alternate case: generic function
SerDes
(929 words)
[view diff]
no match in snippet
view article
find links to article
A Serializer/Deserializer (SerDes) is a pair of functional blocks commonly used in high speed communications to compensate for limited input/output. TheseTakens's theorem (1,298 words) [view diff] exact match in snippet view article find links to article
smooth attractor can be reconstructed from the observations made with a generic function. Later results replaced the smooth attractor with a set of arbitraryQSIG (624 words) [view diff] exact match in snippet view article find links to article
disparate vendors. QSIG has two layers, called BC (basic call) and GF (generic function). QSIG BC describes how to set up calls between PBXs. QSIG GF providesHigher-order function (2,643 words) [view diff] exact match in snippet view article find links to article
f(f(x)) end return result end twice (generic function with 1 method) julia> plusthree(i) = i + 3 plusthree (generic function with 1 method) julia> g = twice(plusthree)Function object (4,383 words) [view diff] exact match in snippet view article find links to article
function(n2) n += n2 end end Accumulator (generic function with 1 method) julia> a = Accumulator(4) (::#1) (generic function with 1 method) julia> a(5) 9 julia>Callback (computer programming) (1,758 words) [view diff] exact match in snippet view article
square(val) = val^2 square (generic function with 1 method) julia> calculate(operate, val) = operate(val) calculate (generic function with 1 method) julia>Dylan (programming language) (2,333 words) [view diff] exact match in snippet view article
specific class, and can be called natively by anyone. Linking a specific generic function to a method in a class is accomplished thusly: define method turn-blueNetwork processor (1,250 words) [view diff] exact match in snippet view article find links to article
communication aside of the standard use of shared memory. Using the generic function of the network processor, a software program implements an applicationGo (programming language) (8,190 words) [view diff] exact match in snippet view article
right after the function or type name. The compiler transforms the generic function or type into non-generic by substituting type arguments for the typeEuLisp (956 words) [view diff] no match in snippet view article find links to article
variable namespaces), has a Common Lisp Object System (CLOS) style generic-function type object-oriented system named The EuLisp Object System (TELOS)Docstring (460 words) [view diff] case mismatch in snippet view article find links to article
Archived from the original on 2015-11-17. "Docstrings". CLHS: Standard Generic Function DOCUMENTATION... Python Docstrings at Epydoc's SourceForge page DocumentationReflective programming (1,819 words) [view diff] no match in snippet view article find links to article
(read-from-string "print-hello")) nil (list foo-class)))) (funcall (sb-mop:method-generic-function print-hello-method) (make-instance foo-class))) The following is anTypename (650 words) [view diff] exact match in snippet view article find links to article
typename can be used for introducing a template parameter: // Define a generic function that returns the greater of its two arguments template <typename T>S (programming language) (1,229 words) [view diff] exact match in snippet view article
representation and inheritance for each class, and has multiple dispatch: the generic function can be dispatched to a method based on the class of any number of argumentsMorse theory (3,404 words) [view diff] exact match in snippet view article find links to article
This is sometimes expressed as "a typical function is Morse" or "a generic function is Morse". As indicated before, we are interested in the question ofOpenLisp (1,314 words) [view diff] exact match in snippet view article find links to article
interpreter around 15% faster. Experimental ASDF clone. 2022 11.5 Generic function calls are ~3x faster. Improved regex internal module. 2022 11.6 AddSerialization (4,974 words) [view diff] exact match in snippet view article find links to article
print CLOS objects. Instead the programmer may write a method on the generic function print-object, this will be invoked when the object is printed. ThisOrder of operations (4,547 words) [view diff] exact match in snippet view article find links to article
specific multi-character function names (like sin), but don't use it with generic function names (like f). To avoid any ambiguity, this notational simplificationCircle–ellipse problem (2,966 words) [view diff] no match in snippet view article find links to article
[5]> (radius obj) *** - NO-APPLICABLE-METHOD: When calling #<STANDARD-GENERIC-FUNCTION RADIUS> with arguments (#<ELLIPSE #x2188C5F6>), no method is applicableCovariance and contravariance (computer science) (6,679 words) [view diff] exact match in snippet view article
(CLOS)-style multiple dispatch, the comparison method could be written as a generic function where both arguments are used for method selection. Giuseppe CastagnaIntel 4004 (6,849 words) [view diff] exact match in snippet view article find links to article
indicated the process technology used, the second digit indicated the generic function, and the last two digits specified the sequential number in the developmentBroadmoor Hospital (6,905 words) [view diff] exact match in snippet view article find links to article
A study of a high security mental hospitals within the context of generic function. pp. 155, 156. Space Syntax Laboratory, UK. Accessed 21 February 2009Zwanzig projection operator (2,177 words) [view diff] exact match in snippet view article find links to article
to the ergodic hypothesis this also is true for time averages. If a generic function f ( Γ ) {\displaystyle f(\Gamma )} is correlated with some slow variablesEuler equations (fluid dynamics) (13,150 words) [view diff] exact match in snippet view article
}}}{\partial t}}+\mathbf {v} \cdot \nabla {\boldsymbol {\Phi }}} , for a generic function (or field) Φ {\displaystyle {\boldsymbol {\Phi }}} denotes its materialBond graph (7,253 words) [view diff] exact match in snippet view article find links to article
{\displaystyle e(t)=\alpha g(q(t))} where g ( x ) {\displaystyle g(x)} is a generic function (it can even differentiate/integrate its input) and α {\displaystyle