UpperTriangular constructor Null safety

UpperTriangular(
  1. Matrix m
)

Implementation

UpperTriangular(Matrix m) : super(m);