Function | Purpose Statement |
---|---|
Multiplies two complex rectangular matrices, AB. | |
Solves a system of partial differential equations of the form ut = f(x, t, u, ux, uxx) using the method of lines. The solution is represented with cubic Hermite polynomials. | |
Initializes or finalizes MPI. | |
Deallocates the space allocated for the IMSL derived type s_MPS. This routine is usually used in conjunction with READ_MPS. | |
Multiplies two real rectangular matrices, AB. | |
Multiplies a complex band matrix in band storage mode by a complex vector. | |
Multiplies a complex rectangular matrix by a complex vector. | |
Multiplies a real band matrix in band storage mode by a real vector. | |
Multiplies a real rectangular matrix by a vector. | |
Computes the transpose product of a matrix, ATA. | |
Multiplies the transpose of matrix A by matrix B, ATB. | |
Multiplies a matrx A by the transpose of a matrix B, ABT. |