-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing documentation for LAPACK
-related functions
#799
Comments
thank you @loiseaujc for your comment.
Indeed, it is the case. The reason is that
Thank you for the heads up. I don't thiink there is a particular reason to not use them (as it is already used in the specs). @perazz would it be possible to support this feature in your script? |
Thanks @loiseaujc, @jvdp1 has already summarized it all. Couple comments from my side:
|
I completely agree that the documentation effort should mainly be focused on the high-level API. I was asking simply out of curiosity (and personal pleasedness of having LaTeX-math in documentation). I can certainly help with writing this LaTeX documentation incrementally. I'm commuting a couple of hours per day and that is typically the kind of things I can do in the train every few days. |
That is a great plan! Let's start parsing the |
Practical questions : which branch should I fork ? |
Usually, a new branch is created for each PR, then is merged back into master when it is approved |
@loiseaujc @jvdp1 this seems to have been addressed in #784 #786, should we close this issue? |
Hej,
First of all, congrats for the integration of
blas
andlapack
intostdlib
. I think it'll make things much easier from now on to develop an up-to-date scientific ecosystem in fortran.In any case, it seems that the documentation hosted here is missing the bits about the new
lapack
-related capabilities.As a side note, since
FORD
can handle LaTeX syntax, why hasn't this feature been used for the documentation of the differentblas
subroutines (at least when I look at the documentation online on my laptop, it does not seem like LaTeX has been used) ? Is there a particular reason or was it just out of simplicity ?In any case,
blas
/lapack
support is awesome and I'm looking forward to the future ofstdlib
.The text was updated successfully, but these errors were encountered: