Don't use fname to define functions
commit0edd07fc0f98356733aedf20557621593f799c8d
authorRaymond Toy <toy.raymond@gmail.com>
Fri, 15 Nov 2024 16:53:26 +0000 (15 08:53 -0800)
committerRaymond Toy <toy.raymond@gmail.com>
Fri, 15 Nov 2024 16:53:26 +0000 (15 08:53 -0800)
tree0fcdda6738e8ad32d1709eb1181ad2b630e42396
parentb79c4c5fcdc775fef0ce091e6d05df9d444a8a47
Don't use fname to define functions

Instead, just use `deffn` and `deffnx` to define the functions.  We
were already doing this for `dlange` and `zlange` so let's make it
consistent for all of the functions.
doc/info/lapack.texi.m4