Method: NMatrix::LAPACK.clapack_potrs

Defined in:
lib/nmatrix/lapack_core.rb

.clapack_potrs(order, uplo, n, nrhs, a, lda, b, ldb) ⇒ Object

Raises:

  • (NotImplementedError)


172
173
174
# File 'lib/nmatrix/lapack_core.rb', line 172

def clapack_potrs(order, uplo, n, nrhs, a, lda, b, ldb)
  raise(NotImplementedError,"clapack_potrs requires the nmatrix-atlas gem")
end