log abstract method

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

Creates a new Matrix composed of natural logarithms of the source matrix elements

Implementation

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