Dima

Results 3 issues of Dima

The problem I'm solving is a truncated SVD, so following an example in the documentation, I'm using `ARSymStdEig` with `ARdsNonSymMatrix` in the following way: ```c++ typedef ARdsNonSymMatrix ArMatrix; ArMatrix ar_matrix(n_rows,...

The parser retrieves values like "1e-3" as `String`s rather than `Float64` variables, at least in the case of "INI" files.

If an INI file has a section named `[General]`, then calling `var = retrieve(conf, "General", "var")` will cause an exception (since the dictionary field of `conf` will have "general" as...