Function for Triangular Matrix multiplication

Is there any function in PyTorch for multiplication of Triangular matrix? Since triangular matrix has many zero’s in it so in order to increase its efficiency, Is there any function that ignores the part which has zero’s and computes for the rest of the matrix ?