tverho

Results 7 issues of tverho

The `fill_normal()` method gives `inf` values sometimes, probably because the random generators sometimes yield zeros especially with 32 bit floats. The logarithm in Box-Muller then causes the infinity. The following...

Currently the `add_event()` method in `cl.array` has a hard coded limit of 12 for the number of queued events. I think it would be better if this was a configurable...

Support for field data, mimicking the behavior of WriteVTK.jl. The field data shows up correctly in the ParaView information tab.

Calculating the eigenvectors of a 3x3 matrix analytically is simple and fast. It seems to be 7.5x faster than the current algorithm. The analytical approach also handles complex Hermitean cases....

Recently, libxml2 added a safeguard against large xml files, which can be disable with the option XML_PARSE_HUGE. As a consequence LightXML no longer loads large files (in my case, large...

The library offers no way to access the curve parameters that minimize the distance (argmin). That makes it unapplicable for projecting a point on a curve, for example. Perhaps a...

Give `parse_string` similar functionality as `parse_file`. Addresses issue https://github.com/JuliaIO/LightXML.jl/issues/127 (gives the option to pass XML_PARSE_HUGE if necessary).