solve-methods: Solve a System of Equations for gpuR objects

Description Usage Arguments Value Author(s)

Description

This function solves the equation a %*% x = b for x, where b can be either a vector or a matrix.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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.


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.