Difference between revisions of "C"

From relax wiki
Jump to navigation Jump to search
(Created an initial page for C code.)
 
(Added a category.)
 
Line 1: Line 1:
 
For certain analyses, specifically exponential curve-fitting, relax uses C modules for additional speed.  This is useful when [[numpy linalg|NumPy]] cannot be used for speeding up the analysis.  These modules are compiled using [[Scons]].
 
For certain analyses, specifically exponential curve-fitting, relax uses C modules for additional speed.  This is useful when [[numpy linalg|NumPy]] cannot be used for speeding up the analysis.  These modules are compiled using [[Scons]].
 +
 +
== See also ==
 +
 +
[[Category:Development]]

Latest revision as of 17:05, 6 November 2015

For certain analyses, specifically exponential curve-fitting, relax uses C modules for additional speed. This is useful when NumPy cannot be used for speeding up the analysis. These modules are compiled using Scons.

See also