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

solve,vclMatrix,vclMatrix-methodR 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.


gpuR documentation built on May 29, 2024, 11:56 a.m.