api / koma / expm

expm

fun expm(A:Matrix<Double>):Matrix<Double>

Calculates the matrix exponential of the input matrix. Note that this is NOT the same thing as the elementwise exponential function.

Parameters

A - The input matrix

Return e to the A