Method: CArray#lu_det

Defined in:
lib/carray-gsl/core.rb

#lu_detObject



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