ContRap
The symbolic tool for control-flow based rapid prototyping.

Function operator* from lapack
Brief description

operator*(A:lmatrix_t,B:lmatrix_t):lmatrix_t

LAPACK matrix multiplication operator More ...

Function information
Name: operator*
Base: lmatrix_t
Group: LAPACK plugins:Basic plugins
Icon: lapack.png
Color: darkRed
Authors:
Copyright:

Detailed description

LAPACK matrix multiplication operator.

Input parameters
A: lmatrix_t
Left hand side matrix
B: lmatrix_t
Right hand side matrix

Return values
Default return value: lmatrix_t
Product A*B of the matrices