Description Usage Arguments Value
View source: R/method_colwiseinverse.R
Solve column-wise inverse
1 2 3 4 5 6 7 8 | solve_colwiseinverse(
A,
gamma,
ntry_max = 1000,
silent_on_tries = TRUE,
silent_on_errors = TRUE,
...
)
|
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. |
The column-wise, inverse, same size as A
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.