R/hiplar_dtpMatrix.R

setMethod("solve", signature(a = "dtpMatrix", b="ddenseMatrix"),
	  function(a, b, ...) .Call("magma_dtpMatrix_matrix_solve", a, b, PACKAGE="HiPLARM"),
	  valueClass = "dgeMatrix")

setMethod("solve", signature(a = "dtpMatrix", b="matrix"),
	  function(a, b, ...) .Call("magma_dtpMatrix_matrix_solve", a, b, PACKAGE="HiPLARM"),
	  valueClass = "dgeMatrix")

Try the HiPLARM package in your browser

Any scripts or data that you put into this service are public.

HiPLARM documentation built on May 29, 2017, 10:42 p.m.