fast_solve_colwiseinverse_col: Compute a column for the column-wise inverse.

Description Usage Arguments Value

View source: R/method_colwiseinverse.R

Description

Compute a column for the column-wise inverse.

Usage

1
fast_solve_colwiseinverse_col(col, svdA, A, gamma, m0, max_it = 5000, ...)

Arguments

col

The column number.

svdA

The SVD decomposition of A as e list with d and u components.

A

A semi positive definite matrix

gamma

Numeric. Non-negative

m0

Startup column.

max_it

Integer. Maximum number of iterations.

...

Further arguments to be passed to or from other methods.

Value

The column, while respecting constrains.


abichat/zazou documentation built on Sept. 8, 2021, 6:53 a.m.