Ian Giestas Pauli

Results 7 issues of Ian Giestas Pauli

## Colors Module In order to support colors and styling (bold, underline and etc) I propose a small utility to handle colored output, namely `stdlib_colors`. The use cases can vary,...

topic: utilities

I wanted that option but it wasn't available... so I coded this...

platform-android

ALE keeps generating mod files to the current Dir and that may conflict with the project you are working with and be pretty annoying as you edit the files and...

### Description I have this legacy project that had the brilliant idea (/s) of selecting functionality based on including only certain directories during the compilation process. In simpler terms, it...

enhancement

How to consistently generate tests? ### BLAS - NETLIB's BLAS/TESTING `z` and `c` are basically the same apart from constants literals (E vs D), types (`COMPLEX*16` vs `COMPLEX`), and obviously...

help wanted

I should start with BLAS. - [ ] [BLAS level 1](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-1-routines-and-functions.html#blas-level-1-routines-and-functions) - [x] [BLAS level 2](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-2-routines.html#blas-level-2-routines) - [x] [BLAS level 3](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-3-routines.html#blas-level-3-routines) Other references: [Intel MKL](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines.html) [oneAPI BLAS](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/blas/blas.html) [oneAPI LAPACK](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/lapack/lapack.html)

enhancement
good first issue