Function operator/ from lapack
Brief description
operator/(A:lmatrix_t,b:double):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:
lmatrix_t
- Left hand side matrix
-
b:
double
- Scalar factor
Return values
-
Default return value:
lmatrix_t
- Product
1/a*B of the matrix and the scalar