Federico Perini

Results 38 issues of Federico Perini

### Motivation As linear algebra support develops, it would be useful to have simple interfaces to access test matrices to/from standard formats into the stdlib formats. ### Prior Art -...

idea
specification

Hello stdlib developers, I'm opening this issue to summarize and coalesce upcoming efforts to integrate linear algebra operations in stdlib, in particular: 1) Accessible interfaces for common linear algebra operations...

idea

### Description If I build a Fortran library that has an ISO C binding, and I provide C/C++ headers as a companion then I would like them to be shipped...

enhancement

### Description As discussed [here](https://federicoperiniinfo-my.sharepoint.com/:v:/g/personal/federico_federicoperini_info/EQbMpDRmehxFiDWMARQRSlsBOQZyUzitHl8WtBMvUCAgjQ?e=drAYBt), it is desirable to have fpm be able to fully serialize/deserialize `fpm_model_t`variables to/from TOML or JSON. Relevant discussion at 40:25 and 42:55 mins ### Possible...

enhancement

This PR fixes #821 . Library configurations already allow multiple `include-dir` directories, but only allowed 1 `source-dir`. This patch extends fpm to specify multiple source dirs for library configurations: ```toml...

### Motivation I'm opening this issue to discuss defining rules for namespaced modules. ### Specification There are quite a few things that need be defined. I've started a base implementation...

specification

### Description If I change the package name in fpm.toml, for example from ``` name = "package_name" version = "0.1.0" ``` to ``` name = "package_name2" version = "0.1.0" ```...

enhancement

Hi, this commit should fix behavior of the end anchor ($), the match length did not seem to work properly. I've added a test case to the test suite. Best,...

Hi and thanks for an amazing library - I'm developing a Fortran port of it [here](https://github.com/perazz/fortran-regex). I've just found an issue/potential bug with the end-pattern command. text = "table football"...

This commit adds a suitable `module-naming` convention to the fpm manifest for toml-f. Because toml-f already enforces a valid unique naming (`module tomlf_*`), there is no need to modify any...