solve_colwiseinverse: Solve column-wise inverse

Description Usage Arguments Value

View source: R/method_colwiseinverse.R

Description

Solve column-wise inverse

Usage

1
2
3
4
5
6
7
8
solve_colwiseinverse(
  A,
  gamma,
  ntry_max = 1000,
  silent_on_tries = TRUE,
  silent_on_errors = TRUE,
  ...
)

Arguments

A

A semi positive definite matrix

gamma

Numeric. Non-negative

ntry_max

Integer. Maximum umber of try for each column.

silent_on_tries

Logical, default to TRUE.

silent_on_errors

Logical, default to TRUE.

...

Further arguments to be passed to or from other methods.

Value

The column-wise, inverse, same size as A.


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