Learn R Programming

gpuR (version 2.0.6)

solve,vclMatrix,vclMatrix-method: 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 vclMatrix,vclMatrix
solve(a, b, ...)

# S4 method for vclMatrix,missing solve(a, b, ...)

# S4 method for gpuMatrix,gpuMatrix solve(a, b, ...)

# S4 method for gpuMatrix,missing solve(a, b, ...)

Value

A gpuR object

Arguments

a

A gpuR object

b

A gpuR object

...

further arguments passed to or from other methods

Author

Charles Determan Jr.