exp abstract method

Matrix exp({
  1. @Deprecated('The flag is useless, it\'ll be removed in the next major update') bool skipCaching = false,
})

Creates a new Matrix composed of Euler's numbers raised to powers which are the elements of this Matrix

Implementation

Matrix exp(
    {@Deprecated(
        'The flag is useless, it\'ll be removed in the next major update')
    bool skipCaching = false});