LowerTriangular constructor Null safety

LowerTriangular(
  1. Matrix m
)

Implementation

LowerTriangular(Matrix m) : super(m);