Exception: JBLAS::Errors::MatrixNotSquare
- Defined in:
- lib/jblas/errors.rb
Overview
The routine required a square matrix.
Instance Method Summary collapse
-
#initialize ⇒ MatrixNotSquare
constructor
A new instance of MatrixNotSquare.
Constructor Details
#initialize ⇒ MatrixNotSquare
Returns a new instance of MatrixNotSquare.
47 48 49 |
# File 'lib/jblas/errors.rb', line 47 def initialize super "Matrix is not square." end |