Function operator- from lapack
Brief description
operator-(A:lmatrix_t):lmatrix_t
Matrix algebraic negation operator More ...
Function information
| Name: | operator- |
| Base: | lmatrix_t |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Matrix algebraic negation operator.
Input parameters
-
A:
lmatrix_t
- Matrix
Return values
-
Default return value:
lmatrix_t
- Matrix multiplied with -1
