Difference between revisions of "C"
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]] |