Function operator^ from lapack
Brief description
operator^(matrix:lmatrix_t,power:Identifier):lmatrix_t
Power operator for LAPACK matrices More ...
Function information
| Name: | operator^ |
| Base: | |
| Group: | LAPACK plugins:Basic plugins |
| Icon: | lapack.png |
| Color: | darkRed |
| Authors: | |
| Copyright: |
Detailed description
Power operator for LAPACK matrices.
Input parameters
-
matrix:
lmatrix_t
- Matrix
-
power:
Identifier
- Power of the matrix
Return values
-
Default return value:
lmatrix_t
- String of the result
