rref property
T
get
rref
Reducing the number of elements to the simplest row echelon form by Gaussian elimination.
Implementation
T get rref => _fromList(self.rref);
Reducing the number of elements to the simplest row echelon form by Gaussian elimination.
T get rref => _fromList(self.rref);