EzLAPACK
Loading...
Searching...
No Matches
Modules List
Here is a list of all documented modules with brief descriptions:
 MezlapackGlobal module that specifies the other modules used in ezlapack
 Mmodule_ezmatmulWrapper for the BLAS ( part of LAPACK) *gemm routines that perform matrix-matrix multiplication. These subroutines compute the operation: C = alpha * op(A) * op(B) + beta * C where op(A) and op(B) can be the transpose or the original matrices A and B. It validates the dimensions of the input matrices and provides default values for the scaling factors alpha and beta, as well as the transformation indicators transa and transb, if they are not supplied
 Mmodule_randomProvides a generic interface for generating random complex numbers, integers, and characters