Exception: JBLAS::Errors::MatrixNotSquare

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/jblas/errors.rb

Overview

The routine required a square matrix.

Instance Method Summary collapse

Constructor Details

#initializeMatrixNotSquare

Returns a new instance of MatrixNotSquare.



47
48
49
# File 'lib/jblas/errors.rb', line 47

def initialize
  super "Matrix is not square."
end