137 138 139 140 141
# File 'lib/carray-gsl/core.rb', line 137 def lu_det attach { return GSL::Linalg::LU.det(self.gm) } end