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

Function operator^ from lapack
Brief description

operator^(matrix:lmatrix_t,power:int):lmatrix_t

Power operator for LAPACK matrices More ...

Function information
Name: operator^
Base: lmatrix_t
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: int
Power of the matrix

Return values
Default return value: lmatrix_t
String of the result