Skip to main content
The 2024 Developer Survey results are live! See the results

Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.

Questions on the testing and verification of computational methods.
42 questions
For questions about solving computational problems symbolically. Common examples include symbolic differentiation/integration, symbolic matrix multiplication/inversion, and symbolic solvers for roots …
41 questions
For questions about properly allocating memory for data structures used in a calculation. This tag is often used when dealing with problems that require very large memory or specific constraints on me…
41 questions
A parallel algorithm design approach in which the data is divided into pieces and then computations are associated with the data. This contrasts to 'functional decomposition', in which tasks or compu…
41 questions
For questions about modeling biological problems computationally. This could include population dynamics, protein folding, compartmental models of disease spread, or other equations that arise from a …
41 questions
40 questions
For questions involving computational modeling with tensors. The most common definitions of a tensor are a multilinear map or simply a multilinear array.
39 questions
For questions about generating random samples from some sample space (e.g. numbers, strings, matrices).
38 questions
For questions involving 3D spatial data. Should ideally be used for questions where the 3D nature of the problem is a particular challenge, rather than just any question involving 3D data.
36 questions
For questions about the particulars of doing math on computers, e.g. floating point numbers, over/underflow, implementing arithmetic operators/functions for binary numbers.
36 questions
For questions about using FFTW, a C library for computing discrete fourier transforms.
36 questions
Referring to sparse matrices with concentrations of non-zero elements along a combination of diagonals, subdiagonals, and/or superdiagonals.
35 questions
A tag for questions that relate to numerical approaches to optimal control of systems.
35 questions
Referring to matters of learning/teaching computational science
34 questions
A linearly independent set of elements of a vector space such that any element in that vector space can be expressed as a linear combination of the elements of the basis.
34 questions
Questions related to data used in testing computational methods.
34 questions
For questions about explicit differential equation algorithms, that directly relate the next time step of some variable y to some function of y at the current time step.
34 questions
For questions about words, phrases and definitions that are specific to computational science.
32 questions
For questions about data structures (e.g. arrays, lists, queues, dictionaries) and how to best use them in a computational setting.
31 questions
For questions about applying the deal.II C++ Finite Element library to a computational problem.
31 questions
For questions on methods for solving partial differential equations by decomposition of a continuous or discrete operator into two or more separate operators.
31 questions
For questions about applying density functional theory, a method for predicting the energy and other properties of multi-electron systems (e.g. molecules and materials)
30 questions
Questions regarding the limitations of numerical representations of numbers and similar other than their precision.
30 questions
a MATLAB-based modeling framework for convex optimization.
30 questions
For questions about the modeling of incompressible fluids.
29 questions
The Intel Math Kernel Library is a software library for Intel and compatible processors. It provides vectorized and threaded routines for optimal performance and is compatible with all C, C++ and FORT…
28 questions
Julia is a high-level, high-performance dynamic programming language for technical computing. It addresses the two-language problem by combining the ease of use of languages such as R and Python with …
27 questions
1
3 4
5
6 7
12