Exception: JBLAS::Errors::MatrixNotPositiveDefinite
- Defined in:
- lib/jblas/errors.rb
Overview
The routine required a positive definite matrix.
Instance Method Summary collapse
-
#initialize ⇒ MatrixNotPositiveDefinite
constructor
A new instance of MatrixNotPositiveDefinite.
Constructor Details
#initialize ⇒ MatrixNotPositiveDefinite
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 |