Exception: JBLAS::Errors::MatrixNotPositiveDefinite

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

Overview

The routine required a positive definite matrix.

Instance Method Summary collapse

Constructor Details

#initializeMatrixNotPositiveDefinite

Returns a new instance of MatrixNotPositiveDefinite.



40
41
42
# File 'lib/jblas/errors.rb', line 40

def initialize
  super "Matrix is not positive definite."
end