solve,vclMatrix,vclMatrix-method {gpuR} | R Documentation |
Solve a System of Equations for gpuR objects
Description
This function solves the equation a %*% x = b
for
x
, where b
can be either a vector or a matrix.
Usage
## S4 method for signature 'vclMatrix,vclMatrix'
solve(a, b, ...)
## S4 method for signature 'vclMatrix,missing'
solve(a, b, ...)
## S4 method for signature 'gpuMatrix,gpuMatrix'
solve(a, b, ...)
## S4 method for signature 'gpuMatrix,missing'
solve(a, b, ...)
Arguments
a |
A gpuR object |
b |
A gpuR object |
... |
further arguments passed to or from other methods |
Value
A gpuR object
Author(s)
Charles Determan Jr.
[Package gpuR version 2.0.6 Index]