bddtrsm: Solves matrix equations : A*X = B

View source: R/RcppExports.R

bddtrsmR Documentation

Solves matrix equations : A*X = B

Description

Solves matrix equations : A*X = B

Usage

bddtrsm(R, Z, threads = NULL)

Arguments

R

numerical matrix.

Z

numerical matrix.

threads

integer with number of threads to use with parallelized execution

Value

X numerical matrix.

Examples

 a <- "Unused function"

BigDataStatMeth documentation built on March 30, 2022, 1:07 a.m.