Method: NMatrix::LAPACK.clapack_potrf

Defined in:
lib/nmatrix/lapack_core.rb

.clapack_potrf(order, uplo, n, a, lda) ⇒ Object

Raises:

  • (NotImplementedError)


164
165
166
# File 'lib/nmatrix/lapack_core.rb', line 164

def clapack_potrf(order, uplo, n, a, lda)
  raise(NotImplementedError,"clapack_potrf requires the nmatrix-atlas gem")
end