MPCRTilePOTRF: MPCRTile Chol ( Cholesky decomposition )

42-MPCRTile POTRFR Documentation

MPCRTile Chol ( Cholesky decomposition )

Description

Tile-based Cholesky decomposition of a positive definite tile-based symmetric matrix.

Usage


## S4 method for signature 'Rcpp_MPCRTile'
chol(x, overwrite_input = TRUE, num_threads = 1)

Arguments

x

An MPCR tile matrix.

overwrite_input

A flag to determine whether to overwrite the input ( TRUE ), or return a new MPCR tile matrix.

num_threads

An integer to determine number if thread to run using openmp, default = 1 (serial with no parallelization).

Value

An MPCR tile matrix.


MPCR documentation built on April 13, 2025, 5:08 p.m.