scientific-computing
Is there an efficient way to determine a distance?
This question is more about the algorithm and the right use of function rather than the actual code.[详细]
2023-04-06 04:37 分类:问答Is there any 3D visualization library or toolkit for C? (No C++ please!)
Basically I\'m interested in knowing if there exists any openGL 3D visualization toolkit for C for scientific 开发者_如何转开发uses?I don\'t know about any straight forward libraries, but Vis5D+ ist w[详细]
2023-04-02 23:32 分类:问答Methods for entering equations while programming in C/C++ , Python or Fortran
I am writing a code which had long mathematical equations with many trigonometric and othe开发者_运维技巧r identities. Is there a way of visualising the same expression in latex and making a C or pyth[详细]
2023-04-02 06:22 分类:问答how do I select an atom using pymol?
I\'m not sure if this is the right web page 开发者_StackOverflow中文版to ask... I have a xyz file I have generated:[详细]
2023-03-29 23:05 分类:问答Read HDF5 monodimensional compound dataset in C structure in parallel
I have a very simple compound dataset, about 1 million rows of a compound data开发者_如何学Gotype:[详细]
2023-03-29 10:28 分类:问答Best language for Molecular Dynamics Simulator, to be run in production. (Python+Numpy?) [closed]
As it currently stands, this question is not a good fit fo开发者_如何学Cr our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely sol[详细]
2023-03-26 04:36 分类:问答Sparse Matrix Libraries for Ruby
I\'m looking for a Sparse Matrix library I can use from Ruby. I\'m currently using the GNU Scientific Library bindings provided by the \"gsl\" gem, but my application would be better optimized if I us[详细]
2023-03-21 13:22 分类:问答Python runtime: recompiling and reusing C library
I am developing a tool for some numerical analysis of user-defined functions. The idea is to make a convenient UI in Python, where user can enter C function, then press a button - and receive some out[详细]
2023-03-20 14:15 分类:问答Determine the points of intersection between N spheres
Just wanted to know what is the best approach (in terms of speed and accuracy) to determin开发者_运维百科e the points of intersection on N spheres (it was asked for two spheres here); wanted to know w[详细]
2023-03-14 23:04 分类:问答Loading large matrix from text file into Java arrays
My data is stored in large matrices stored in text files with millions of rows and 4 columns of comma-separated values.(Each column stores a different variable, and each row stores a different millise[详细]
2023-03-14 03:17 分类:问答