In Files

  • matrix-0.4.2/lib/matrix.rb

Parent

Methods

ExceptionForMatrix::ErrNotRegular

Public Class Methods

new(val = nil) click to toggle source
 
               # File matrix-0.4.2/lib/matrix.rb, line 27
def initialize(val = nil)
  if val
    super(val)
  else
    super("Not Regular Matrix")
  end
end
            
There is an updated format of the API docs for this version here.