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

Function operator* from lapack
Brief description

operator*(a:double,B:lmatrix_t):lmatrix_t

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

Matrix multiplication operator.

Input parameters
a: double
Scalar factor
B: lmatrix_t
Right hand side matrix

Return values
Default return value: lmatrix_t
Product aB of the matrix and the scalar