tril

fun tril(a: Tensor<*, *>, k: Int = 0): Tensor<*, *>(source)

Returns the lower triangular part of a matrix.