Bunch-Kaufman LDLT decomposition
BKLDLT
00 Remarks
01 Syntax
Microsoft.VisualBasic.Math.Framework.Optimization.LBFGSB.BKLDLT
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| swap | 1 | |
| swap_ranges | 1 | |
| index | 1 | |
| coeff | 1 | |
| diag_coeff | 1 | |
| find_lambda | 1 | |
| find_sigma | 1 | |
| pivoting_1x1 | 1 | |
| pivoting_2x2 | 1 | |
| interchange_rows | 1 | |
| permutate_mat | 1 | |
| gaussian_elimination_1x1 | 1 | |
| gaussian_elimination_2x2 | 1 | |
| compute | 1 | |
| solve_inplace | 1 | |
| solve | 1 |
03 Fields
04 Members
computed
infoField
n
data
colptr
perm
permc
swap(
Double(), Int32, Int32)swap_ranges(
Double(), Int32, Int32, Int32)index(
Int32, Int32)coeff(
Int32, Int32)diag_coeff(
Int32)find_lambda(
Int32, BKLDLT+IndexType)find_sigma(
Int32, Int32, BKLDLT+IndexType)pivoting_1x1(
Int32, Int32)pivoting_2x2(
Int32, Int32, Int32)interchange_rows(
Int32, Int32, Int32, Int32)permutate_mat(
Int32)gaussian_elimination_1x1(
Int32)gaussian_elimination_2x2(
Int32)compute(
Matrix)solve_inplace(
Double())solve(
Double())