Age | Commit message (Collapse) | Author | Files | Lines |
|
* Enable cblas package
* Remove unnecessary description
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Corrected subject format.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
|
This patch newly added the RPM spec file to build RPM package.
Signed-off-by: Sangjung woo <sangjung.woo@samsung.com>
Corrected subject format.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
|
|
|
Added and straightened Doxygen comments on BLAS parameters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixing the definition of "info" in Aasen's
|
|
|
|
|
|
|
|
|
|
Update version number
from discussion with Vendors, they still would like to have the version
number inside the source file.
|
|
i.e. "A is TYPE array, dimension ( LDx, N )"
|
|
Some final line-break rearrangements that assist my parameter comment parser.
|
|
|
|
specifications containing NRHS to the 'dimension' line
This improves automatic parsing of array dimensions,
but creates overly long lines sometimes.
|
|
the array dimension line
|
|
avoid inconsistencies between parameter comments in S and D, C and Z
|
|
|
|
dimension (MAX(1,LWORK))
|
|
|
|
parentheses
|
|
Removing code line 243 which was useless.
Thanks to @vladimir-ch for pointing this out and @oamarques for approving the fix
|
|
more consistency of array dimensions in Fortran declarations and Doxygen comments
|
|
|
|
like in CLALSD
|
|
|
|
|
|
square matrices
This fixes commit 366f9b3541705231cfbb1724b221b8857ac768a8.
|
|
in leading dimensions
|
|
fix dimension specification in some comments
|
|
dimension specifications
|
|
|
|
analogous to DSGESV, DSPOSV
|
|
more cleaned up comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NAME is TYPE array, dimension (dim0,dim1,...)
|
|
Several fixes to the parameter description comments. I need these for automated processing. More patches will follow.
|