aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/matrix/det_spec.rb
blob: 565dbc7f6d4360fd12ff9167d01ffec4371d6a6b (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/determinant', __FILE__)
require 'matrix'

describe "Matrix#det" do
  it_behaves_like :determinant, :det
end